Module destream_json::de

source ·
Expand description

Decode a JSON stream to a Rust data structure.

Structs

  • A structure that decodes Rust values from a JSON stream.
  • An error encountered while decoding a JSON stream.
  • A decodable [Stream]

Traits

  • Methods common to any decodable [Stream]

Functions

  • Decode the given JSON-encoded stream of bytes into an instance of T using the given context.
  • Decode the given JSON-encoded stream of bytes into an instance of T using the given context.