Expand description
JSON serialization and deserialization.
Modules§
Functions§
- Deserialize bytes to a value of type
T
. - Deserialize a reader to a value of type
T
. - Deserialize a string to a value of type
T
. - Deserialize a
JsonValue
to a value of typeT
. - Serialize a value of type
T
to bytes. - Serialize a value of type
T
to formatted JSON bytes. - Serialize a value of type
T
to a formatted JSON string. - Serialize the value of type
T
to a writer formatted. - Serialize a value of type
T
to a string. - Serialize a value of type
T
to aJsonValue
. - Serialize the value of type
T
to a writer.