Read and write JSON using JsonParser and JsonGenerator
3.xIncremental (streaming) processing is performed using two main abstractions:
JsonParser: Used for reading JSON data. Instances are constructed by aJsonFactory.JsonGenerator: Used for writing JSON data. Instances are constructed by aJsonFactory.
Note: While the core abstractions are not JSON-specific, the default implementation provided in this package handles the JSON format.