From e6c76dab668b762418e45512cf5140eec812f9a1 Mon Sep 17 00:00:00 2001
From: Michael Clark Copyright Metaparadigm Pte. Ltd. 2004, 2005. Michael
- Clark
- This program is free software; you can redistribute it and/or modify it under
the terms of the MIT License. See COPYING for details. Latest release: json-c-0.9.tar.gz 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. Minimal documentation exists here,
- Although you are probably better reading the example code in test1.c. To setup JSON-C to build on your system please run configure before
- compiling. 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. Win32 specific notes can be found here. Please send bug reports to michael@metaparadigm.com Please send Win32 bug reports to christopher.watford@gmail.com This program is free software; you can redistribute it and/or modify it under
- the terms of the MIT License. See COPYING for details. Copyright Metaparadigm Pte. Ltd. 2009. Michael Clark
- 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. Anonymous Subversion
- # svn co http://svn.metaparadigm.com/svn/json-c/trunk json-c
diff --git a/README.html b/README.html
index 743a4b34..dc696af3 100644
--- a/README.html
+++ b/README.html
@@ -1,36 +1,34 @@
-
-
-
- JSON-C - A JSON implementation in C
- Anonymous Subversion
- # svn co http://svn.metaparadigm.com/svn/json-c/trunk json-cMailing Lists
-
-
- json-c-dev <at> oss <dot> metaparadigm <dot> comjson-c-commits <at> oss <dot> metaparadigm <dot> com
- 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..
+