jansson-d v0.9.5-dev (2021-07-11T06:00:11Z)
Home
Dub
Repo
scanner_t
jansson_d
pack_unpack
Undocumented in source.
package
struct
scanner_t {
const
(
char
)*
start
;
const
(
char
)*
fmt
;
.
token_t
prev_token
;
.
token_t
token
;
.
token_t
next_token
;
jansson_d
.
jansson
.
json_error_t
*
error
;
size_t
flags
;
int
line
;
int
column
;
size_t
pos
;
int
has_error
;
}
Members
Variables
column
int
column
;
Undocumented in source.
error
jansson_d
.
jansson
.
json_error_t
*
error
;
Undocumented in source.
flags
size_t
flags
;
Undocumented in source.
fmt
const
(
char
)*
fmt
;
Undocumented in source.
has_error
int
has_error
;
Undocumented in source.
line
int
line
;
Undocumented in source.
next_token
.
token_t
next_token
;
Undocumented in source.
pos
size_t
pos
;
Undocumented in source.
prev_token
.
token_t
prev_token
;
Undocumented in source.
start
const
(
char
)*
start
;
Undocumented in source.
token
.
token_t
token
;
Undocumented in source.
Meta
Source
See Implementation
jansson_d
pack_unpack
functions
json_pack
json_pack_ex
json_unpack
json_unpack_ex
json_vpack_ex
json_vunpack_ex
structs
scanner_t
token_t