Module json

Module json 

Source
Expand description

JSON serialization abstraction.

Provides a unified interface for simd-json (default) and serde_json.

Macros§

json
Construct a serde_json::Value from a JSON literal.

Structs§

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

Enums§

Value
Represents any valid JSON value.

Functions§

from_slice_mut
from_str
to_string
to_value