balagansky / BigJsonTreeViewer

A simple Windows desktop application for viewing large (100MB+) JSON files in a tree view.
MIT License
23 stars 1 forks source link

Big JSON Tree Viewer (for Windows)

A simple Windows desktop application for viewing large (100MB+) JSON files in a tree view.

This tool is in very early development, but being made available as is now to fill an apparent gap in such tooling. At time of writing, the author is not aware of any other similar tool that is free, open source, runs as a Windows desktop application, and can comfortably handle large files while providing an intuitive, functional interface.

Features

Downloading Releases

Simply download the latest release from the GitHub Releases page.

In order to run the Windows executable, you must have the VC 2022 Redistributable installed.

Building

To build the application for Windows, you need Visual Studio 2022. The .sln file is in the root directory.

Can I help?

Feel free to submit bug reports or suggestions/feature requests to the issue tracker, but please first check existing issues and TODO.txt.

Given the very early state of this tool, multiple contributors are likely to bump heads. If you'd like to contribute, please read CONTRIBUTING.md.