Simple application to view a JSON file.
Table of contents
- List of files to view
- View JSON in tree format, Tree Tab
- View JSON in text format, JSON Tab
- Drag and Drop files unto the application
- Multiple interpretations of the value
- Numbers formated and unformated
- Numbers displayed in Binary and Hexadecimal
- Numbers displayed in Bytes (B, KB, MB, GB, TB)
- Integer numbers displayed as date (UnixTime)
- The
F12
key toggles between Tree and JSON view. - The
Escape
key exits the application. - On Linux the
Ctrl+Q
key combination exits the application. - On Windows the
Atl+X
key combination exits the application.
At the moment the available translations are for:
- Portuguese(Portugal)
If you like this application and are willing to translate it, I would be immensely grateful towards that effort!!
The quick and dirty way I did it on my system was:
- Create a file under
$HOME/.local/share/applications
namedjsonviewer.desktop
with the appropriate contents pointing to where you have uncompressed your binary. - Create and entry on
$HOME/.local/share/applications/defaults.list
that looks like:
[Default Applications]
application/json=jsonviewer.desktop
At the moment I don't have an answer on how to do it manually. Need to consult some Windows gurus.
Nonetheless, the Windows Setup binary provided will ask you if you want to make it the default viewer for JSON
files.