jsonserialized ~master (2022-06-07T04:29:10.7136715)
Dub
Repo
deserializeFromJSONValue
jsonserialized
deserialization
Deserialize the contents of a JSONValue into the specified struct or class.
void
deserializeFromJSONValue
(T array, JSONValue jsonValue)
void
deserializeFromJSONValue
(T associativeArray, JSONValue jsonValue)
void
deserializeFromJSONValue
(T obj, JSONValue jsonValue)
pure
void
deserializeFromJSONValue
(
T
)
(
ref
T
obj
,
in
JSONValue
jsonValue
)
if
(
is
(
T
== struct) ||
is
(
T
== class)
)
T
deserializeFromJSONValue
(JSONValue jsonValue)
Meta
Source
See Implementation
jsonserialized
deserialization
functions
deserializeFromJSONValue
Deserialize the contents of a JSONValue into the specified struct or class.