JsonWriter.output

You can set this to something to e.g. write to another buffer.

struct JsonWriter(Output)
Output output;

Meta