See: Description
Interface | Description |
---|---|
JsonTransformer |
Interface for transforming JSON values.
|
Class | Description |
---|---|
JsonPointer |
Identifies a specific value within a JSON structure.
|
JsonValue |
Represents a value in a JSON object model structure.
|
JsonValueKeyAccessChecker |
Subclass of
JsonValue that checks all keys are accessed. |
Exception | Description |
---|---|
JsonException |
An exception that is thrown during JSON operations.
|
JsonValueException |
An exception that is thrown during JSON value operations.
|
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.
Copyright 2011-2015 ForgeRock AS.