All Projects → fiatjaf → Jqview

fiatjaf / Jqview

Licence: other
simplest possible native GUI for inspecting JSON objects with jq

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Jqview

Json Splora
GUI for editing, visualizing, and manipulating JSON data
Stars: ✭ 1,818 (+412.11%)
Mutual labels:  json, jq, gui
Qxorm
QxOrm library - C++ Qt ORM (Object Relational Mapping) and ODM (Object Document Mapper) library - Official repository
Stars: ✭ 176 (-50.42%)
Mutual labels:  json, qt
Node Jq
Node.js wrapper for jq
Stars: ✭ 147 (-58.59%)
Mutual labels:  json, jq
Cppwebframework
​The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, using C++ with Qt to be used in the development of web applications.
Stars: ✭ 348 (-1.97%)
Mutual labels:  json, qt
Jqr
R interface to jq
Stars: ✭ 123 (-65.35%)
Mutual labels:  json, jq
Oq
A performant, and portable jq wrapper to facilitate the consumption and output of formats other than JSON; using jq filters to transform the data.
Stars: ✭ 132 (-62.82%)
Mutual labels:  json, jq
Emuto
manipulate JSON files
Stars: ✭ 180 (-49.3%)
Mutual labels:  json, jq
Java Jq
Lightweight Java wrapper around JQ, a flexible JSON processor available for multiple platforms
Stars: ✭ 37 (-89.58%)
Mutual labels:  json, jq
Qt Json
A simple class for parsing JSON data into a QVariant hierarchy and vice versa.
Stars: ✭ 273 (-23.1%)
Mutual labels:  json, qt
Johnny
GUI frontend to John the Ripper password cracker
Stars: ✭ 277 (-21.97%)
Mutual labels:  gui, qt
Eiskaltdcpp
File sharing program using DC and ADC protocols
Stars: ✭ 277 (-21.97%)
Mutual labels:  gui, qt
Yq
Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML documents
Stars: ✭ 1,688 (+375.49%)
Mutual labels:  json, jq
Pytkgen
Create Tkinter GUIs from JSON definition files.
Stars: ✭ 100 (-71.83%)
Mutual labels:  json, gui
Bitsofbytes
Code and projects from my blog posts.
Stars: ✭ 89 (-74.93%)
Mutual labels:  json, qt
Qt Python Binding Examples
Lots of simple and Pythonic PySide demos
Stars: ✭ 312 (-12.11%)
Mutual labels:  gui, qt
Jackson Jq
jq for Jackson Java JSON Processor
Stars: ✭ 178 (-49.86%)
Mutual labels:  json, jq
Aws
A collection of bash shell scripts for automating various tasks with Amazon Web Services using the AWS CLI and jq.
Stars: ✭ 493 (+38.87%)
Mutual labels:  json, jq
Cutelyst
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
Stars: ✭ 671 (+89.01%)
Mutual labels:  json, qt
Jq Web
jq in the browser with emscripten.
Stars: ✭ 188 (-47.04%)
Mutual labels:  json, jq
Aqemu
Official AQEMU repository - a GUI for virtual machines using QEMU as the backend
Stars: ✭ 301 (-15.21%)
Mutual labels:  gui, qt

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].