README
jqVis
A simplistic GUI wrapper for
jq
.
Table of Contents
Install
Be sure to install jq
.
Quick installation via npm install -g jqvis
and launch with jqvis
.
For development install and start with:
git clone https://github.com/a-ludi/jqvis.git
cd jqvis
npm install
npm start
Usage
- Start with
jqvis
ornpm start
(see Install section). - Select a file by clicking "Select JSON fileā¦".
- Enter a
jq
query into the editor - Optionally, select
jq
options to control input and output. - Execute by clicking "Send" or pressing Ctrl + Enter.
- The result will be shown in the output area below.
Persistence
The current file, query and jq
options will be automatically saved after every
successful execution.
In addition to that, you may save your queries by name in local storage. Make sure to manually save your most precious queries in a file, though. The local storage may be deleted unexpectedly!
Example
Maintainer
Arne Ludwig <arne.ludwig@posteo.de>
License
This project is licensed under MIT License (see license in LICENSE).