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.
Functions§
- from_
slice_ mut - Parse JSON from a mutable slice.
- from_
str - Parse JSON from a string slice.
- to_
string - Serialize a value to a JSON string.
- to_
value - Serialize a value to a JSON Value.