Module destream_json::de[][src]

Decode a JSON stream to a Rust data structure.

Structs

Decoder

A structure that decodes Rust values from a JSON stream.

Error

An error encountered while decoding a JSON stream.

SourceStream

Traits

Read

Functions

decode

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

try_decode

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