Expand description
JSON serialization abstraction.
Provides a unified interface for simd-json (default) and serde_json.
Macros§
- json
- Construct a
serde_json::Valuefrom 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.