Expand description
JSON support for sval.
Values are serialized in a serde-compatible way.
Modules
- Tags for JSON-specific types.
Structs
- An error encountered streaming JSON.
- A string containing encoded JSON.
Functions
- Stream a value as JSON to an underlying formatter.
- Stream a value as JSON to an underlying writer.
- Stream a value as JSON into a
JsonStr. - Stream a value as JSON into a string.
- Stream a value as JSON into a byte buffer.