Settings

Theme

Show HN: JSON-Splora, a gui for editing, visualizing, and manipulating JSON data

github.com

54 points by wellsjohnston 9 years ago · 4 comments

Reader

timvdalen 9 years ago

This 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.

https://github.com/wellsjo/JSON-Splora/pull/4

brad0 9 years ago

I like it. This is JQ with a graphical interface?

  • wellsjohnstonOP 9 years ago

    Yes, in addition to JavaScript. The filter is first run through a JavaScript VM, then jq, allowing you to manipulate the object with either.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection