gtkjsonviewer

A simple json viewer written in GTK.

Stars
13

GtkJsonView

A simple JSON viewer written in Python using GTK.

Usage

From a JSON file

python gtkjsonview.py test.json

From an input stream

echo '[{"id":"1"}]' | python gtkjsonview.py

Screenshot

Dependencies

  • Python 3
  • PyGObject module

Install:

sudo pip install PyGObject