serialized v1.1.4 (2020-09-29T07:23:34Z)
Dub
Repo
JsonValueRange
text
json
JsonValueRange
Undocumented in source.
struct
JsonValueRange {
bool
empty
;
this
(JSONValue value);
JSONParserNode
!
string
front
[@property getter];
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.
Properties
front
JSONParserNode
!
string
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
empty
bool
empty
;
Undocumented in source.
Meta
Source
See Implementation
text
json
JsonValueRange
structs
JsonValueRange