dlsplus ~master (2021-10-07T21:43:54.9331894)
Dub
Repo
convertToJSON
dls
util
json
Undocumented in source. Be warned that the author may not have intended to support it.
Nullable
!
JSONValue
convertToJSON
(T value)
Nullable
!
JSONValue
convertToJSON
(N value)
Nullable
!
JSONValue
convertToJSON
(T value)
Nullable
!
JSONValue
convertToJSON
(T value)
Nullable
!
JSONValue
convertToJSON
(
T
:
U
[]
U
)
(
T
value
)
if
(
isArray
!
T
&&
!
isSomeString
!
T
&&
!
is
(
T
:
string
)
&&
!
is
(
T
:
wstring
)
&&
!
is
(
T
:
dstring
)
)
Nullable
!
JSONValue
convertToJSON
(T value)
Meta
Source
See Implementation
dls
util
json
classes
TestClass
functions
convertFromJSON
convertToJSON
structs
TestStruct