Janice: A desktop app for viewing large JSON files.
Useful JSON viewer β JviewSON
Any good App to edit .JSON files?
I built a small JSON viewer in Vue and Electron π±
Videos
Hey everyone,
I recently needed an app to browse a very large JSON file (>500MB) and could not find any open source app for Linux that could really do that. So I decided to make one myself and am now happy to share it with everybody, who might be interested.
The app is called Janice. It is written in Go and made with the awesome GUI toolkit called Fyne. It runs on Linux (AppImage), Windows 10/11 and macOS (experimental).
Website
Hey everyone!
I recently made a little tool called JviewSON, and I thought it might come in handy for anyone who works with JSON files regularly. Itβs simple and designed for viewing and analyzing JSON files without any unnecessary extras.
A few key features:
Displays JSON data in a clean and easy-to-read structure.
Built-in search to help you find what you need fast.
Automatically updates if the JSON file changes in the background.
Itβs view-only, so no risk of accidentally editing your data.
If youβre curious, you can check it out on itch.io, where you can also run a browser-based version without downloading:
https://pocdev.itch.io/jviewson
Or if you prefer to dig into the code (made in Godot) hereβs the GitHub repo:
https://github.com/andreas-volz/JviewSON
Would love to hear what you think or if you have any ideas for improvement!
I was looking forward some app with colour coded syntax to edit JSON files on the go Without seeing everything as black text
Thanks