Skip to content

GUI for editing, visualizing, and manipulating JSON data

License

Notifications You must be signed in to change notification settings

Nangal/JSON-Splora

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Install

To install and test locally, run:

npm install
npm start

Build

Build the application 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 contains the application.

License

MIT

About

GUI for editing, visualizing, and manipulating JSON data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.6%
  • HTML 17.9%
  • CSS 8.5%