wellsjo / JSON-Splora

GUI app for editing, visualizing, and manipulating JSON data
MIT License
1.86k stars 60 forks source link

JMESPath as jq alternative? #83

Open davidsharp opened 6 years ago

davidsharp commented 6 years ago

jq's quite nice, but a little confusing, whereas as JMESPath looks like it could be a good secondary option. http://jmespath.org/

I'm not sure how it'd play with JSON-Splora, but there's a JS implementation: https://github.com/jmespath/jmespath.js/

wellsjo commented 6 years ago

I'm open to PRs supporting other parsing backends