Reader.this

Creates a new reader.

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

  1. this(void* ptr, Flag!"Take" take)
  2. this(json.node.Node node)
    class Reader
    this
    ()

Parameters

node json.node.Node

the root node

Return Value

the newly created reader