JsonParser

Constructors

this
this(const(T)[] text)

Members

Enums

Token
enum Token
Undocumented in source.

Functions

expected
void expected(immutable(char)[] token)
expected
void expected(immutable(char)[] token, const(T)* point)
reset
bool reset(const(T)[] json)

Properties

next
bool next [@property getter]
type
Token type [@property getter]
value
const(T)[] value [@property getter]

Variables

curType
Token curType;
Undocumented in source.
str
Iterator str;
Undocumented in source.

Meta