I want to patch a JSON string. I get the 'path' to the field which has to be patched, and the 'value' with which to patch. The value could be anything, String, int, float, boolean, array, or an object.
How do I convert the Object to JsonValue?
The 'replace' method in javax.json.JsonPointer class requires a JsonValue object.
Use This
Json will take the java class structure