Skip to main contentCrate serde_json_ext
Source - Config
- Configuration for serde_json operations
- BytesFormat
- Bytes encoding format
- 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.