Skip to main content

Crate serde_json_ext

Crate serde_json_ext 

Source

Structs§

Config
Configuration for serde_json operations

Enums§

BytesFormat
Bytes encoding format

Functions§

from_reader
from_slice
from_str
from_value
to_string
Serializes a value to a JSON string with the given configuration.
to_string_pretty
Serializes a value to a pretty-printed JSON string with the given configuration.
to_value
Serializes a value to a serde_json::Value with the given configuration.
to_vec
Serializes a value to a JSON byte vector with the given configuration.
to_vec_pretty
Serializes a value to a pretty-printed JSON byte vector with the given configuration.
to_writer
Serializes a value to a JSON writer with the given configuration.
to_writer_pretty
Serializes a value to a pretty-printed JSON writer with the given configuration.