Expand description
JSON support for sval
.
Values are serialized in a serde
-compatible way.
Modules§
- tags
- Tags for JSON-specific types.
Structs§
Functions§
- stream_
to_ fmt_ write - Stream a value as JSON to an underlying formatter.
- stream_
to_ io_ write - Stream a value as JSON to an underlying writer.
- stream_
to_ json_ str - Stream a value as JSON into a
JsonStr
. - stream_
to_ string - Stream a value as JSON into a string.
- stream_
to_ vec - Stream a value as JSON into a byte buffer.