Module serde_json::de [] [src]

JSON Deserialization

This module provides for JSON deserialization with the type Deserializer.

Structs

Deserializer

A structure that deserializes JSON into Rust values.

Functions

from_iter

Decodes a json value from a std::io::Read.

from_reader

Decodes a json value from a std::io::Read.

from_slice

Decodes a json value from a &str.

from_str

Decodes a json value from a &str.