Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/familylifersmpc/htdocs/www.familylifersmpc.com/index.php on line 91
JSON-C - A JSON implementation in C
JSON-C - A JSON implementation in C
Overview
JSON-C implements a reference counting object model that allows you to easily
construct JSON objects in C, output them as JSON formatted strings and parse
JSON formatted strings back into the C representation of JSON objects.
It aims to conform to RFC 7159.
Building
To setup JSON-C to build on your system please run configure and make.
If you are on Win32 cmake is required, generally:
- mkdir build
- cd build
- cmake ..
- msbuild "json-c.vcxproj" /m /verbosity:normal /p:OutDir=lib\
- Or, open the project in Visual Studio
Documentation
Doxygen generated documentation exists here.
git clone https://github.com/json-c/json-c.git