tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
JsonParser
tango
text
json
JsonParser
class
JsonParser (
T
) {
enum
Token
;
protected
Iterator
str
;
protected
Token
curType
;
this
(const(T)[] text);
bool
next
[@property getter];
Token
type
[@property getter];
const
(
T
)[]
value
[@property getter];
bool
reset
(const(T)[] json);
void
expected
(immutable(char)[] token);
void
expected
(immutable(char)[] token, const(T)* point);
}
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
Source
See Implementation
tango
text
json
JsonParser
classes
JsonParser
functions
main
variables
json