A nice multiplatform graphical UI to check out JSON outputs easily.
Find a file
José Carlos Cuevas 9e323703a5 Merge branch 'development'
Conflicts:
	setup.py
	src/jsoninspector/jsoninspector.py
2015-09-10 11:33:40 +02:00
locale Fixed troubles with glade file, added About dialog and started some translations. 2014-07-14 12:55:35 +02:00
res Remade the .desktop file and now the icons and everything seems to work. About to make a new stable release. Now bug testing and verfying everything installs correctly. 2014-07-16 10:26:42 +02:00
src/jsoninspector Merge branch 'development' 2015-09-10 11:33:40 +02:00
util Added internationalization support, updated the glade file to gtk 3.6 2014-07-14 12:30:46 +02:00
.gitignore Changed the bitmap icons for svg and added a generator for the sizes. It's almost there, but we still don't have our icon to show our nor our desktop entry. 2014-07-16 09:29:34 +02:00
COPYING Added some required files to the repo before publishing it. 2014-07-13 19:23:07 +02:00
ez_setup.py Updated the installation file, we added the new About Dialog and fixed some problems with the testing of translations 2014-07-15 09:24:59 +02:00
LICENSE Added some required files to the repo before publishing it. 2014-07-13 19:23:07 +02:00
README.md Added some required files to the repo before publishing it. 2014-07-13 19:23:07 +02:00
setup.py Modified setup for using setup_tools 2015-09-09 17:20:50 +02:00
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. 2014-07-16 18:41:57 +02:00

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.