Generator.this

this(void * ptr, Flag!"Take" take) nothrow
No documentation available for this declaration.
this() nothrow

Creates a new json.generator.Generator.

You can use this object to generate a JSON data stream starting from a data object model composed by json.node.Nodes.

Returns

the newly created generator instance