# Jackson JsonParser JsonGenerator

Jackson provides faster Streaming API i.e `JsonParser` and `JsonGenerator`. `JsonParser` reads JSON file and `JsonGenerator` writes java object or map into JSON file using coded object.

## Results
- `JacksonJsonParserJsonGeneratorTest`

## References
- [Read/Write JSON Using Jackson ObjectMapper, JsonParser and JsonGenerator Example](https://www.concretepage.com/jackson-api/read-write-json-using-jackson-objectmapper-jsonparser-jsongenerator-example)