ae ~old-net (2022-05-18T17:03:39.1779262)
Dub
Repo
CustomJsonWriter
ae
utils
json
Undocumented in source.
struct
CustomJsonWriter (
WRITER
) {
WRITER
output
;
void
putString
(char[] s);
void
put
(T v);
}
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
Source
See Implementation
ae
utils
json
aliases
JsonWriter
functions
jsonParse
toJson
structs
CustomJsonWriter
JSONName
templates
NonSerialized