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 1 forks source link

Add tests for different data types #50

Closed piotr-bugara-gravity9 closed 1 year ago

piotr-bugara-gravity9 commented 1 year ago

Add tests to verify JsonPatch with different data types. Currently, most of the tests are done on String values.