jsonserialized ~master (2019-12-27T21:40:02Z)
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.