Package | Description |
---|---|
org.forgerock.json |
Provides an API for the traversal and manipulation of JSON object model structures in Java.
|
Modifier and Type | Method and Description |
---|---|
static void |
JsonPatch.patch(JsonValue original,
JsonValue patch,
JsonPatchValueTransformer transform)
Applies a set of modifications in a JSON patch value to an original value, resulting
in the intended target value.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.