serde

Module json

source
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 type T.
  • 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 a JsonValue.
  • Serialize the value of type T to a writer.