jsonserialized ~master (2019-12-27T21:40:02Z)
Dub
Repo
serializeToJSONValue
jsonserialized
serialization
Convert the specified struct or class into a JSONValue.
JSONValue
serializeToJSONValue
(T array)
JSONValue
serializeToJSONValue
(T associativeArray)
JSONValue
serializeToJSONValue
(T obj)
@
safe
pure
JSONValue
serializeToJSONValue
(
T
)
(
in
ref
T
obj
)
if
(
is
(
T
== struct) ||
is
(
T
== class)
)
Meta
Source
See Implementation
jsonserialized
serialization
functions
serializeToJSONValue
Convert the specified struct or class into a JSONValue.