| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| doc/ | 2024-09-15 16:22 | - | ||
| NEWS | 2024-09-15 16:22 | 18 | ||
| README | 2024-09-15 16:22 | 29 | ||
| INSTALL | 2024-09-15 16:22 | 46 | ||
| README.html | 2024-09-15 16:22 | 1.7K | ||
| README.md | 2024-09-15 16:22 | 12K | ||
| ChangeLog | 2024-09-15 16:22 | 30K | ||
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.
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.