timvdalen / JSON-Splora

GUI for editing, visualizing, and manipulating JSON data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON-Splora

JSON-Splora is a GUI for editing, visualizing, and manipulating JSON data.

Demo

Design

Input

The editor is actually a JavaScript editor, and the input is parsed as json5. This allows for comments as well as a relaxed JSON input format.

Filters

Once the editor has valid JSON, an input window will appear below, allowing you to manipulate the object with JavaScript or jq.

Output

A panel will appear to the right with the output, and updates live as the input or filter changes.

Build

Build for darwin, linux, win32 or all three platforms with one of the following commands:

npm run-script build-darwin
npm run-script build-linux
npm run-script build-win32
npm run-script build

This will create a local directory JSON-Splora-<system>, which will contain the built application.

License

MIT

About

GUI for editing, visualizing, and manipulating JSON data

License:MIT License


Languages

Language:JavaScript 69.5%Language:HTML 21.1%Language:CSS 9.4%