larsiusprime / polymod

Atomic modding framework for Haxe
MIT License
159 stars 62 forks source link

JSONPath support for merging #65

Open EliteMasterEric opened 2 years ago

EliteMasterEric commented 2 years ago

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 commented 4 months ago

https://jsonpatch.com/