ae ~config (2022-01-02T17:21:45.9807338)
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
NonSerializedFields
jsonParse
toJson
structs
CustomJsonWriter
JSONName
JSONOptional
templates
NonSerialized