JsonBuffer

Undocumented in source.

Members

Functions

flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(char[] str)
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put()
Undocumented in source. Be warned that the author may not have intended to support it.
putSmallEscaped
void putSmallEscaped(char[] str)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
char[4096 * 4] buffer;
Undocumented in source.
length
size_t length;
Undocumented in source.
sink
Dg sink;
Undocumented in source.

Meta