Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wellisolutions/hugejsonviewer
Viewer for JSON files that can be GBs large.
https://github.com/wellisolutions/hugejsonviewer
file-viewer json
Last synced: 4 days ago
JSON representation
Viewer for JSON files that can be GBs large.
- Host: GitHub
- URL: https://github.com/wellisolutions/hugejsonviewer
- Owner: WelliSolutions
- License: mit
- Created: 2018-08-19T10:35:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T20:22:41.000Z (4 months ago)
- Last Synced: 2025-01-30T07:07:53.160Z (11 days ago)
- Topics: file-viewer, json
- Language: C#
- Homepage:
- Size: 802 KB
- Stars: 294
- Watchers: 6
- Forks: 19
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# HugeJsonViewer
Viewer for JSON files that can be GBs large.Inspired by a [Question on Software Recommendations](http://softwarerecs.stackexchange.com/questions/18839/json-viewer-for-windows), I wrote this viewer for very large JSON files. It can open files of 1.4 GB in size or even larger, as long as you have ~7 times the amount of RAM on your machine.
## System requirements
* Windows 7 SP1 or higher
* .NET 4.5
* 64 bit recommended (unless you open "small" files with less than 300 MB)## Releases
These will be the last releases which are code-signed and time-stamped. My code signing certificate is expired and I don't want to buy a new one.
[Huge JSON Viewer 0.4.12.19 Setup.exe.zip](https://wellisolutions.de/downloads/Huge-JSON-Viewer-0.4.12.19-Setup.exe_.zip) (13.8 MB)
[Huge JSON Viewer 0.4.12.19 Portable.zip](https://wellisolutions.de/downloads/Huge-JSON-Viewer-0.4.12.19-Portable.zip) (17.4 MB)
## How to build
In order to build the project, you need DevExpress as the UI toolkit. The license file mentions `XtraVerticalGrid` and `XtraTreeList`.
The original version was built using [VisualBuild](https://www.kinook.com/VisBuildPro/). In case you don't have Visual Build, here's a screenshot of what it does:
![Build steps](./build-steps.png)
## Screenshots
UI with tabs and filtering capability:
![Screenshot of the app with a large JSON file](screenshot-largefile.png)
![Screenshot of the app with small JSON files](screenshot-smallfiles.png)