Skip to content
/ jqview Public

simplest possible native GUI for inspecting JSON objects with jq

License

Notifications You must be signed in to change notification settings

fiatjaf/jqview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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