CustomJsonWriter

Undocumented in source.
struct CustomJsonWriter (
WRITER
) {}

Members

Functions

put
void put(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
putString
void putString(char[] s)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

output
WRITER output;

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

Meta