ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
Escapes
ae
utils
serialization
json
Undocumented in source.
deprecated
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