Lazarus JSON Viewer
Simple application to view a JSON file.
Table of contents
F12
key toggles between Tree and JSON view.Escape
key exits the application.Ctrl+Q
key combination exits the application.Atl+X
key combination exits the application.At the moment the available translations are for:
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:
$HOME/.local/share/applications
named jsonviewer.desktop
with the appropriate contents pointing to where you have uncompressed your binary.$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.