[go: up one dir, main page]

Crate sval_json

Crate sval_json 

Source
Expand description

JSON support for sval.

Values are serialized in a serde-compatible way.

Modules§

tags
Tags for JSON-specific types.

Structs§

Error
An error encountered streaming JSON.
JsonStr
A string containing encoded JSON.

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.