JSONDocument

JSON document

Constructors

this
this(string input)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

currentLexeme
string currentLexeme()
Undocumented in source. Be warned that the author may not have intended to support it.
nextLexeme
void nextLexeme()
Undocumented in source. Be warned that the author may not have intended to support it.
parseValue
JSONResult parseValue(JSONValue value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

isValid
bool isValid;
Undocumented in source.
lexer
JSONLexer lexer;
Undocumented in source.
root
JSONValue root;
Undocumented in source.

Meta