| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| jsonly_0.4.0-rc.2_x86_64-installer.exe | 2025-01-27 | 6.3 MB | |
| jsonly_0.4.0-rc.2-2_amd64.deb | 2025-01-27 | 214.8 kB | |
| README.md | 2025-01-25 | 1.6 kB | |
| v0.4.0 Release Candidate 2 source code.tar.gz | 2025-01-25 | 39.8 kB | |
| v0.4.0 Release Candidate 2 source code.zip | 2025-01-25 | 42.8 kB | |
| jsonly_0.4.0-rc.2_x86_64.AppImage | 2025-01-25 | 1.1 MB | |
| Totals: 6 Items | 7.8 MB | 0 | |
JSONly is a GUI program for interacting with and manipulating JSON files
📂 Changes:
Added
- licensing for the tooltip module
- functionality to the theme setting
Fixed
- Fixed a bug causing 'add new item' window to not fully render on some screens
Changed
- Moved embedded image data to a seperate file
- Reorganized file structure
📦 Available Installers:
Windows
- .exe installer for easy setup on Windows 10 and higher.
Linux:
- AppImage for universal compatibility across most Linux distributions.*
- .deb package for installation on Debian, Ubuntu, and other Debian-based distributions.
🔄 Format Change
In past releases, PyInstaller has been used to compile the Python source code to binary. This release is instead directly distributing the source code. Most of the files provided below should handle any dependencies, including the Python interpreter. The reason for the change is because the binary files, especially for Linux, have been getting increasingly large, and startup time has been significantly longer from binary.
📝 License:
JSONly is released under the GPL license.
💬 Feedback:
If you have any issues or suggestions, feel free to open an issue or submit a pull request on the GitHub repository.
Thank you for checking out JSONly, and I hope you enjoy using it!
*Note: You may need to manually install python and/or tkinter on some distributions when using the AppImage