polymod icon indicating copy to clipboard operation
polymod copied to clipboard

JSONPath support for merging

Open EliteMasterEric opened this issue 4 years ago • 1 comments
trafficstars

This is similar to #64.

JSONPath support would allow similar flexibility in modifying keys of deeply nested and intricate structures as XPath. It would allow for modifying, adding, and removing elements without requiring the developers to maintain the order of items in arrays.

However, the major obstacle to this is that there is no implementation of the jsonpath algorithm for Haxe, that I know of.

EliteMasterEric avatar Nov 18 '21 10:11 EliteMasterEric

https://jsonpatch.com/

EliteMasterEric avatar May 22 '24 01:05 EliteMasterEric