Re-exports

Modules

Macros

  • Construct a serde_json::Value from a JSON literal.

Structs

  • This structure compacts a JSON value with no extra whitespace.
  • A structure that deserializes JSON into Rust values.
  • Represents a JSON key/value type.
  • Represents a JSON number, whether integer or floating point.
  • This structure pretty prints a JSON value to make it human readable.
  • A structure for serializing Rust values into JSON.
  • Iterator that deserializes a stream into multiple JSON values.

Enums

  • Represents a character escape code in a type-safe manner.
  • Represents any valid JSON value.

Traits

  • This trait abstracts away serializing the JSON control characters, which allows the user to optionally pretty print the JSON output.