Skip to content

prashant-gaur/cc_json_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About
=============
This is a simple application to demo json parsingand how to utlise getopt to read commandline options.


Build
=============
Execute below commands sequentially like below,

:: to build
mkdir build && cd build && cmake ..  && make

:: to clean build
make clean && make

JSON API documentation
=======================
Relevant API of nlohmann::json and its sample code can be found here:
https://json.nlohmann.me/api/basic_json/

About

Examples on how to use nlohmann JSON parser library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published