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