JsonParserState

JSON parser state returned by the state property.

struct JsonParserState {}

Members

Variables

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

Meta