[][src]Crate sval_json

JSON support for sval.

This library is no-std, so it can be run in environments that don't have access to an allocator.

Structs

Formatter

A stream for writing structured data as json.

Writer

A stream for writing structured data as json.

Functions

to_fmt

Write a sval::Value to a formatter.

to_string

Write a sval::Value to a string.

to_writer

Write a sval::Value to a writer.