JsonWriter

Basic JSON writer.

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)

Write a value of a simple type.

Variables

output
Output output;

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

Meta