Parser.this

Creates a new JSON parser.

You can use the json.parser.Parser to load a JSON stream from either a file or a buffer and then walk the hierarchy using the data types API.

  1. this(void* ptr, Flag!"Take" take)
  2. this()
    class Parser
    this
    ()

Return Value

the newly created parser