A simple json parser.
Enter following commands in terminal to build the project.
mkdir build
cd build
cmake ..
makeEnter xmake in terminal to build the project.
At the root directory of project, enter build/njson to run the project.
Enter xmake run in terminal to run the project.