yurai.json.serialization

Copyright © Yurai Web Framework 2021

Members

Functions

deserializeJson
T deserializeJson(S jsonString)
Undocumented in source. Be warned that the author may not have intended to support it.
deserializeJsonObject
T deserializeJsonObject(Json!S json)
Undocumented in source. Be warned that the author may not have intended to support it.
deserializeJsonObjectSafe
bool deserializeJsonObjectSafe(Json!S json, T value, S[] errorMessages)
Undocumented in source. Be warned that the author may not have intended to support it.
deserializeJsonSafe
bool deserializeJsonSafe(S jsonString, T value, S[] errorMessages)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeJson
S serializeJson(T value, bool pretty)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeJsonObject
Json!S serializeJsonObject(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeJsonObjectSafe
bool serializeJsonObjectSafe(T value, Json!S json)
Undocumented in source. Be warned that the author may not have intended to support it.
serializeJsonSafe
bool serializeJsonSafe(T value, S jsonString, bool pretty)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

JsonField
struct JsonField
Undocumented in source.
JsonIgnore
struct JsonIgnore
Undocumented in source.
JsonRead
struct JsonRead
Undocumented in source.
JsonRequired
struct JsonRequired
Undocumented in source.
JsonWrite
struct JsonWrite
Undocumented in source.

Meta

Authors

Jacob Jensen (bausshf)