JsonParserState

JSON parser state returned by the state property.

nothrow @safe
struct JsonParserState {}

Members

Variables

nesting
size_t nesting;
Undocumented in source.
text
const(char)* text;
Undocumented in source.
textlen
size_t textlen;
Undocumented in source.

Meta