Skip to content

pakka-papad/sample-json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Json

A simple json parser for parsing json files.
The parser for this is a recursive descent parser. It uses only one token to determine the next step.
This is my attempt for the challenge

Usage

To use the the parser use the header file ./include/json.hpp

Build and run tests

To build the project and run tests run the following commands at the root of the repository.

mkdir build
cd build
cmake ..
make
./test_json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published