PyJSONViewer icon indicating copy to clipboard operation
PyJSONViewer copied to clipboard

A JSON viewer using pure python

Results 5 PyJSONViewer issues
Sort by recently updated
recently updated
newest added

Show count at bottom right ![image](https://user-images.githubusercontent.com/4995297/117536099-ce30b600-b016-11eb-84d1-4bc7ea4dd5c7.png)

enhancement

Ref: https://pauljuliusmartinez.github.io/

enhancement

Either long text fields should be wrapped(preferably) or there should be horizontal scrollbar to access fields that are longer than the window width. ![image](https://user-images.githubusercontent.com/4995297/117109928-08921d00-ada3-11eb-9d11-d665e8471e7f.png)

Installed using `pip3 install pyjsonviewer` — Received a `_tkinter` error and resolved that using `brew install python-tk` I have a `.json` file located in a directory (pwd) — `repos/data_objects/exported.json` When...