PrettyJsonWriter

JSON writer with indentation.

Alias This

jsonWriter

Members

Functions

beginArray
void beginArray()
Undocumented in source. Be warned that the author may not have intended to support it.
beginObject
void beginObject()
Undocumented in source. Be warned that the author may not have intended to support it.
endArray
void endArray()
Undocumented in source. Be warned that the author may not have intended to support it.
endObject
void endObject()
Undocumented in source. Be warned that the author may not have intended to support it.
putComma
void putComma()
Undocumented in source. Be warned that the author may not have intended to support it.
putKey
void putKey(char[] key)
Undocumented in source. Be warned that the author may not have intended to support it.
putValue
void putValue(T v)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

jsonWriter
JsonWriter!Output jsonWriter;

Underlying writer.

Meta