PrettyJsonWriter.jsonWriter

Underlying writer.

struct PrettyJsonWriter(Output, alias indent = '\t', alias newLine = '\n', alias pad = ' ')
JsonWriter!Output jsonWriter;

Meta