Initial release: July 2008
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] ¶
-