Expand description
A structure for serializing Rust values into JSON.
Functionsยง
- new
- Creates a new JSON serializer.
- pretty
- Creates a new JSON pretty print serializer.
- with_
formatter - Creates a new JSON visitor whose output will be written to the writer specified.