[][src]Module core_serde_json::de

Deserialize JSON data to a Rust data structure

Enums

Error

This type represents all possible errors that can occur when deserializing JSON data

Functions

from_slice

Deserializes an instance of type T from bytes of JSON text

from_str

Deserializes an instance of type T from a string of JSON text

Type Definitions

Result

Deserialization result