ae ~master (2025-01-30T21:11:56Z)
Home
Dub
Repo
jsonParse
ae
utils
json
Parse the JSON in string
s
and deserialize it into an instance of
T
.
T
jsonParse
(C[] s)
template
jsonParse
(T, JsonOptions options = JsonOptions.init)
T
jsonParse
(
C
)
(
C
[]
s
)
void
jsonParse
(C[] s, T result)
Members
Functions
jsonParse
T
jsonParse
(C[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ae
utils
json
aliases
JsonSerializer
functions
toJson
toPrettyJson
structs
CustomJsonSerializer
JSONFragment
JSONName
JSONOptional
JSONPartial
JsonOptions
JsonWriter
PrettyJsonWriter
templates
NonSerialized
jsonParse
Parse the JSON in string s and deserialize it into an instance of T.