viva ~master (2021-03-16T19:32:06Z)
Home
Dub
Repo
JSONParser
viva
json
parser
struct
JSONParser {
enum
JSONType
;
ForwardRange
!
dchar
input
;
size_t
lineNumber
;
this
();
this
(T input);
JSONType
peekType
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(T input)
Members
Enums
JSONType
enum
JSONType
Functions
peekType
JSONType
peekType
()
Variables
input
ForwardRange
!
dchar
input
;
lineNumber
size_t
lineNumber
;
Meta
Source
See Implementation
viva
json
parser
structs
JSONParser