json-path-processor
json-path-processor copied to clipboard
JsonPathProcessor (JPP) - A common data processor target to process data without running try catch hell, and get/set properties of nested objects.
Results
2
json-path-processor issues
Sort by
recently updated
recently updated
newest added
You seem to follow a different approach to selecting items in an array than this http://goessner.net/articles/JsonPath/ $.me.1 vs $.me[1] Any particular reason? I'm considering forking this project to support this...
question
Would be excellent if you could add some info on what the `products-data` you are working with in the README examples looks like. Cheers.