hunt ~v1.6.x (2022-05-12T11:27:03.6465239)
Dub
Repo
JsonSerializer.toJson
hunt
serialization
JsonSerializer
JsonSerializer
struct
JSONValue
toJson
(T value)
JSONValue
toJson
(T value)
JSONValue
toJson
(T value)
JSONValue
toJson
(T value)
class
JsonSerializer
static
JSONValue
toJson
(
SerializationOptions
options
=
SerializationOptions
()
T
)
(
T
value
)
if
(
is
(
T
== struct) &&
!
is
(
T
==
SysTime
)
)
JSONValue
toJson
(T value, bool asInteger)
JSONValue
toJson
(T value)
JSONValue
toJson
(T value)
JSONValue
toJson
(T value)
JSONValue
toJson
(T value)
Meta
Source
See Implementation
hunt
serialization
JsonSerializer
JsonSerializer
aliases
fromJson
static functions
deserializeObject
getItemAs
handleException
serializeObject
toJson
toJsonImpl
toObject
struct