To start using the C version of the jsonlite2 JSON library, first choose whether you are compiling for x86 (32-bit) or x64 (64-bit) platform.
Just include the jsonlite2.h
header file to your project from the include
sub-directory.
When linking there are 2 options:
- To link against the static version of the library, use
libjsonlite2.a
from thebin
subdirectory. - To link against the dynamic library, use
libjsonlite2.dll.a
from thebin
subdirectory and add also thejsonlite2.dll
to your application's path.
Enjoy!