json-c is a C library for manipulating JSON data in C/C++. It can be downloaded from here. But if you are working in Ubuntu or other debian based systems you can execute the following commands
$ sudo apt-get install libjson0 libjson0-dev
If you want to debug your programs and see the various steps for debugging, you can also install the libjson – debug symbols package
$ sudo apt-get install libjson0-dbg
0 comments: