From 30b6a77f86a35dab16b3bf9b815e089657fc6890 Mon Sep 17 00:00:00 2001
From: Michał Cichoń 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. JSON-C - A JSON implementation in C
+
+ Overview
+ Building
+ Documentation
+ GIT Reposository
+ git clone https://github.com/json-c/json-c.gitMailing List
+ 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..
+