ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
jsonParse
ae
utils
json
Parse the JSON in string
s
and deserialize it into
T
.
T
jsonParse
(C[] s)
void
jsonParse
(C[] s, T result)
void
jsonParse
(
T
C
)
(
C
[]
s
,
ref
T
result
)
Meta
Source
See Implementation
ae
utils
json
aliases
JsonSerializer
functions
jsonParse
toJson
toPrettyJson
structs
CustomJsonSerializer
JSONFragment
JSONName
JSONOptional
JSONPartial
JsonWriter
PrettyJsonWriter
templates
NonSerialized
Parse the JSON in string s and deserialize it into T.