Class JsonDecoder
A JSON pull-parser that allows tokens to be processed as they are read.
class JsonDecoder(IRangeT)
if (isInputRange!IRangeT && isSomeChar!(ElementType!IRangeT));
Methods
Name | Description |
---|---|
skipComposite
()
|
Assuming the start of an array/object has been read, keep reading until its end is found. |