Crate djson

Crate djson 

Source

Structs§

SerdeJsonError
This type represents all possible errors that can occur when serializing or deserializing JSON data.

Enums§

Index
Value
Represents any valid JSON value.

Traits§

IntoIndex

Functions§

from_reader
Deserialize an instance of type T from an I/O stream of JSON.
from_slice
Deserialize an instance of type T from bytes of JSON text.
from_str
Deserialize an instance of type T from a string of JSON text.
get_value
get_value_dyn