[−][src]Module json::codegen
Structs
| DumpGenerator | In-Memory Generator, this uses a Vec to store the JSON result. |
| PrettyGenerator | Pretty In-Memory Generator, this uses a Vec to store the JSON result and add indent. |
| PrettyWriterGenerator | Pretty Writer Generator, this uses a custom writer to store the JSON result and add indent. |
| WriterGenerator | Writer Generator, this uses a custom writer to store the JSON result. |
Traits
| Generator | Default trait for serializing JSONValue into string. |