ae v0.0.2845 (2020-11-29T12:45:19Z)
Home
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