Expand description
Formtter for JSON serialization.
Structs§
- Compact
Formatter - This structure compacts a JSON value with no extra whitespace.
- Pretty
Formatter - This structure pretty prints a JSON value to make it human readable.
Traits§
- Formatter
- This trait abstracts away serializing the JSON control characters, which allows the user to optionally pretty print the JSON output.