fast ~master (2019-01-11T17:14:26Z)
Home
Dub
Repo
JsonParserState
fast
json
JSON parser state returned by the
state
property.
struct
JsonParserState {
const
(
char
)*
text
;
size_t
nesting
;
}
Members
Variables
nesting
size_t
nesting
;
Undocumented in source.
text
const
(
char
)*
text
;
Undocumented in source.
Meta
Source
See Implementation
fast
json
enums
DataType
trustedSource
functions
parseJSON
parseJSONFile
parseTrustedJSON
parseTrustedJSONFile
validateJSON
validateJSONFile
structs
Json
JsonMapping
JsonParserState
JSON parser state returned by the state property.