Structs§
- Dump
Generator - In-Memory Generator, this uses a Vec to store the JSON result.
- Pretty
Generator - Pretty In-Memory Generator, this uses a Vec to store the JSON result and add indent.
- Pretty
Writer Generator - Pretty Writer Generator, this uses a custom writer to store the JSON result and add indent.
- Writer
Generator - Writer Generator, this uses a custom writer to store the JSON result.
Traits§
- Generator
- Default trait for serializing JSONValue into string.