fiatjaf / Jqview
Licence: other
simplest possible native GUI for inspecting JSON objects with jq
Stars: ✭ 355
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
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
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
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
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
Qt Python Binding Examples
Lots of simple and Pythonic PySide demos
Stars: ✭ 312 (-12.11%)
Mutual labels: gui, qt
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
Aqemu
Official AQEMU repository - a GUI for virtual machines using QEMU as the backend
Stars: ✭ 301 (-15.21%)
Mutual labels: gui, qt
The simplest possible native GUI for inspecting JSON objects with jq.
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].