Struct JSONParserRange
Lazy input range of JSON parser nodes.
struct JSONParserRange(Input)
if (isJSONTokenInputRange!Input);
See parseJSONStream for more information.
Constructors
| Name | Description |
|---|---|
this
|
Constructs a new parser range. |
Properties
| Name | Type | Description |
|---|---|---|
empty[get]
|
bool | Determines of the range has been exhausted. |
front[get]
|
const(JSONParserNode!String) | Returns the current node from the stream. |
Methods
| Name | Description |
|---|---|
popFront
|
Skips to the next node in the stream. |