jansson-d v0.9.5-dev (2021-07-11T06:00:11Z)
Home
Dub
Repo
token_t
jansson_d
pack_unpack
Undocumented in source.
package
struct
token_t {
int
line
;
int
column
;
size_t
pos
;
char
token
;
}
Members
Variables
column
int
column
;
Undocumented in source.
line
int
line
;
Undocumented in source.
pos
size_t
pos
;
Undocumented in source.
token
char
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