[][src]Module serde_json_wasm::de

Deserialize JSON data to a Rust data structure

Structs

Deserializer

Deserializer will parse serde-json-wasm flavored JSON into a serde-annotated struct

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