Json X is a cross-platform desktop application for JSON manipulation written in pure C++.
- JSON Viewer: View large JSON data in a tree structure.
- Fast: Loads JSON data in milliseconds.
- Simple and Clean UI: Easy to use and navigate.
- Single Executable: No dependencies, no installation required.
- Cross-Platform: Works on Windows, Linux, and macOS.
- Lightweight: Less than 5MB in size.
Download the latest release from the releases page or json_x and run the executable.
- Open the application.
- Click on the
Open File Dialog
button. - Select a JSON file.
- View the JSON data in the tree structure.
- Clone the repository.
git clone git@github.com:sithumonline/json_x.git
- Build the project.
cd json_x
mkdir build
cd build
cmake ..
make
- Run the executable.
./json_x_glfw_opengl3