/jqview

simplest possible native GUI for inspecting JSON objects with jq

Primary LanguageGoOtherNOASSERTION

./jqview Mentioned in Awesome jq

The simplest possible native GUI for inspecting JSON objects with jq.

Made with Qt and gojq.

Usage

~> echo '[{"name": "Mises"}, {"name": "Hayek"}, {"name": "Menger"}]' | jqview

~> echo '[{"name": "Mises"}, {"name": "Hayek"}, {"name": "Menger"}]' | jqview '.[].name'

~> echo '[{"name": "Mises"}, {"name": "Hayek"}, {"name": "Menger"}]' > names.json
~> jqview 'map(select(.name | startswith("M")))' names.json

Installation

Download from releases, or compile using instructions from this table.