Quick and Easy Json Viewer for Python.
Its a very eary to use and intutive json viewer based on python. Simply Copy your json string/dict from anywhere on your system, go to Jsonify window, Click Jsonify and Boom!
Features:
- Copy form Anywhere, it takes the string from Clipboard.
- You can search the text from Find Window for large Jsons.
- Double click on item shows you detailed info in pop-up screen.
- Works completey offline.
Here is a snippet of how to use it.
- PyQt5 ---- pip install fbs PyQt5==5.9.2
- json ---- pip install json
- ast ---- pip install ast
- clipboard ---- pip install clipboard
Call the file with Python3
python jsonify.py
- Reference and courtesy https://github.com/ashwin/json-viewer
Enjoy!!!