| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| COPYING | 07-Mar-2006 08:15 | 1.0K | ||
| ChangeLog | 31-Jul-2009 02:58 | 4.5K | ||
| README-WIN32.html | 14-Jun-2011 01:40 | 2.4K | ||
| README.html | 10-Sep-2012 00:07 | 1.9K | ||
| doc/ | 07-Aug-2004 04:37 | - | ||
| json-c-0.9.tar.gz | 31-Jul-2009 02:58 | 333K | ||
| old-releases/ | 10-Sep-2012 00:09 | - | ||
Note: This page is obsolete.
For current json-c releases please see:
https://github.com/json-c/json-c/wiki
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.
To setup JSON-C to build on your system please run configure and make.
If you are on Win32 and are not using the VS project file, be sure to rename config.h.win32 to config.h before building.
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..