JSON processing (JSON-P)
Contents
Main features
- Build JSON objects (using a fluent API)
- Read JSON objects
- Write JSON objects / Stream JSON data
- Transform JSON
- JsonPointer helps to get the value, remove it, replace it, add a new and check for existence
- JsonPatch to define a set of operations to apply on a given JSON
- JsonMergePatch for merging two JSON objects
Ressources