Package org.forgerock.json

Provides an API for the traversal and manipulation of JSON object model structures in Java.

Unlike typical Java JSON libraries, org.forgerock.json is not involved in the serial representation of JSON; rather, it focuses exclusively on processing Java structures composed of Map, List, String, Number and Boolean objects.

Methods and utilities for computing differences and patching JSON structures are also included.