jsonserialized ~master (2022-06-07T04:29:10.7136715)
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.