Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
README | 2018-03-06 04:18 | 29 | ||
README.html | 2018-03-06 04:18 | 1.8K | ||
changelog.Debian.gz | 2020-05-25 17:59 | 2.0K | ||
copyright | 2019-09-24 14:06 | 2.0K | ||
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.
To setup JSON-C to build on your system please run configure and make.
If you are on Win32 cmake is required, generally:
Doxygen generated documentation exists here and Win32 specific notes can be found here.
git clone https://github.com/json-c/json-c.git
json-c <at> googlegroups <dot> com
This program is free software; you can redistribute it and/or modify it under the terms of the MIT License.