A nice multiplatform graphical UI to check out JSON outputs easily.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
José Carlos Cuevas fd1defde40
Adding support for right click
6 years ago
locale Fixed troubles with glade file, added About dialog and started some translations. 10 years ago
res Adding support for right click 6 years ago
src/jsoninspector Adding support for right click 6 years ago
util Added internationalization support, updated the glade file to gtk 3.6 10 years ago
.gitignore Migrated to Python 3, implemented some changes to the Gi 6 years ago
COPYING Added some required files to the repo before publishing it. 10 years ago
LICENSE Added some required files to the repo before publishing it. 10 years ago
README.md Added some required files to the repo before publishing it. 10 years ago
ez_setup.py Updated the installation file, we added the new About Dialog and fixed some problems with the testing of translations 10 years ago
setup.py Migrated to Python 3, implemented some changes to the Gi 6 years ago
setup_windows.py Added initial code for a .exe builder for Windows. We mean to be multiplatform. Also, the code has not been run yet, be careful. 10 years ago

README.md

JsonInspector

By José Carlos Cuevas

Simple and nice application to analize JSON documents, written in python and GTK.

Installation

On Linux

You can run it from the development tree or you can try the experimental setup.py as this:

# python setup.py install

On Windows

You can run it from the development tree.

On Mac

You can run it from the development tree.