Skip to content
/ json Public

Simple JSON parser library written in standard C++11/14 with no external library dependencies.

Notifications You must be signed in to change notification settings

torarve/json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To setup build on a linux system:

$ mkdir build
$ cd build
$ cmake ..

To build and run tests from root folder:

$ cmake --build build

About

Simple JSON parser library written in standard C++11/14 with no external library dependencies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages