C JSON Parser Project

Ryan Pek | 2nd Year Undergraduate at SUTD

About the Project

This project is a basic JSON parser built in C. It was a way for me to learn more about parsing data formats and managing memory in C. The parser handles simple JSON data like objects and arrays, though it’s still a work in progress with room for further development.

Features

Usage

To try out the project, you can clone the repository and follow these steps:

  1. Clone the repository: git clone https://github.com/rpeky/C-JSON-Parser.git
  2. Navigate to the project directory: cd C-JSON-Parser
  3. Compile the project: make
  4. Run the parser: ./build/json_parser

Check out the GitHub repository for more details and updates.