A simplistic GUI wrapper for
jq.
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
- Start with
jqvisornpm start(see Install section). - Select a file by clicking "Select JSON file…".
- Enter a
jqquery into the editor - Optionally, select
jqoptions to control input and output. - Execute by clicking "Send" or pressing Ctrl + Enter.
- The result will be shown in the output area below.
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!
Arne Ludwig <arne.ludwig@posteo.de>
This project is licensed under MIT License (see license in LICENSE).
