you should have installed g ++ and made it easy to compile its type in the console / terminal make, it will create libjson.aone that is static libary. When you create a C / C ++ program, you can link it to itg++ -l libjson.a
and in your code, the libJSON.h header file.
#include "libJSON.h"
and you can use all the functions from this header file.
MinGW ( GNU Windows), IDE, Dev++ Code:: Blocks (Code:: Blocks MinGW). Cygwin unix- Windows ( cygwin, Cygwin)
Code:: Blocks , .