Skip to content

priyankamasne/JSON-Splora

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON-Splora

JSON-Splora is a GUI for editing, visualizing, and manipulating JSON data with jq or JavaScript.

Demo

Design

The editor is a JavaScript editor, and the input is parsed as json5. This allows for comments as well as a relaxed JSON input format. Once the editor has valid JSON, an input window will appear below, allowing you to manipulate the object with JavaScript or jq. A panel will appear to the right with the output, and updates live as the input or filter changes.

Install

Globally

This will create the application as well as the alias jsplora.

npm i -g JSON-Splora

Locally

Building locally creates a directory JSON-Splora-<system> which contains the application.

npm install # build for darwin, linux, win32 npm run-script build-darwin npm run-script build-linux npm run-script build-win32 

Contributing

Contributions are welcome! Progress will be slow otherwise.

License

MIT

About

GUI for editing, visualizing, and manipulating JSON data

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 76.0%
  • HTML 17.5%
  • CSS 6.5%