Skip to content

sithumonline/json_x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Json X

image.png

Json X is a cross-platform desktop application for JSON manipulation written in pure C .

Features

  • 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.

Installation

Download the latest release from the releases page or json_x and run the executable.

Usage

  1. Open the application.
  2. Click on the Open File Dialog button.
  3. Select a JSON file.
  4. View the JSON data in the tree structure.

Build from Source

  1. Clone the repository.
git clone [email protected]:sithumonline/json_x.git
  1. Build the project.
cd json_x
mkdir build
cd build
cmake ..
make
  1. Run the executable.
./json_x_glfw_opengl3