gravity9-tech / json-patch-path

An RFC 6902 (JSON Patch) and reverse, plus RFC 7386 (JSON Merge Patch), implementation in Java using Jackson (2.x)
Other
11 stars 2 forks source link

Add support for both Json Pointer as well as Json Path #7

Closed BartekGravity closed 1 year ago

BartekGravity commented 1 year ago

Make sure it supports both Json Pointer and Json Path inside Jason Patch request (so path in https://jsonpatch.com/ can take both Pointer and Path)

piotr-bugara-gravity9 commented 1 year ago

Added tests for JsonPath. Fixed issue in "add" operation for JsonPath.