serialized v1.0.0 (2020-07-27T12:35:45Z)
Dub
Repo
JsonValueRange
text
json
JsonValueRange
Undocumented in source.
struct
JsonValueRange {
JSONParserNode
!
string
front
;
bool
empty
;
this
(JSONValue value);
void
popFront
();
bool
outOfValues
();
}
Constructors
this
this
(JSONValue value)
Undocumented in source.
Members
Functions
outOfValues
bool
outOfValues
()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
empty
bool
empty
;
Undocumented in source.
front
JSONParserNode
!
string
front
;
Undocumented in source.
Meta
Source
See Implementation
text
json
JsonValueRange
structs
JsonValueRange