tango.text.json.JsonParser

License:

BSD style: see license.txt

Version:

Initial release: July 2008

Authors:

Aaron, Kris
class JsonParser(T)
this(const(T)[] text = null)
bool next() [@property, final]
Token type() [@property, final]
const(T)[] value() [@property, final]
bool reset(const(T)[] json = null)
void expected(immutable(char)[] token) [protected, final]
void expected(immutable(char)[] token, const(T)* point) [protected, final]