Reader.this

this(void * ptr, Flag!"Take" take) nothrow
No documentation available for this declaration.
this(json.node.Node node = null) nothrow

Creates a new reader.

You can use this object to read the contents of the JSON tree starting from the given node.

Parameters

nodethe root node

Returns

the newly created reader