ae ~old-net (2022-05-18T17:03:39.1779262)
Dub
Repo
Escapes
ae
utils
serialization
json
Undocumented in source.
struct
Escapes {
string
[
256
]
chars
;
bool
[
256
]
escaped
;
void
populate
();
}
Members
Functions
populate
void
populate
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
chars
string
[
256
]
chars
;
Undocumented in source.
escaped
bool
[
256
]
escaped
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
serialization
json
functions
jsonParse
toJson
structs
Escapes
JsonDeserializer
JsonParser
JsonSerializer
JsonWriter
variables
escapes