Show HN: JSON-Splora, a gui for editing, visualizing, and manipulating JSON data
github.comThis will definitely come in handy, great way to use jq interactively.
It also builds and works fine on Windows, so I opened a PR with instructions for that.
Thank you for this! Accepted & merged!
I like it. This is JQ with a graphical interface?
Yes, in addition to JavaScript. The filter is first run through a JavaScript VM, then jq, allowing you to manipulate the object with either.