Module serde_json_core::de[][src]

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 Returns the value and the number of bytes consumed in the process

from_str

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

Type Definitions

Result

Deserialization result