Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 367 Bytes

File metadata and controls

22 lines (18 loc) · 367 Bytes

njson

A simple json parser.

Build

CMake

Enter following commands in terminal to build the project.

mkdir build
cd build
cmake ..
make

XMake

Enter xmake in terminal to build the project.

Run

CMake

At the root directory of project, enter build/njson to run the project.

XMake

Enter xmake run in terminal to run the project.