Michael Clark 0370baa74c * Fix additional error case in object parsing
* Add back sign reversal in nested object parse as error pointer
    value is negative, while error value is positive.
    Michael Clark <michael@metaparadigm.com>


git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@8 327403b1-1117-474d-bef2-5cb71233fd97
2007-03-13 08:26:22 +00:00
2007-03-13 08:26:18 +00:00
2007-03-13 08:26:18 +00:00
2007-03-13 08:26:18 +00:00

Building on Unix with gcc and autotools

If checking out from CVS:

	aclocal-1.6
	libtoolize --copy
	autoheader
	automake-1.6 --add-missing --copy
	autoconf

Then configure, make, make install


Test programs

To build the test programs run 'make check'


Linking to libjson

If your system has pkgconfig then you can just add this to your makefile

CFLAGS += $(shell pkg-config --cflags json)
LDFLAGS += $(shell pkg-config --libs json)
Description
https://github.com/json-c/json-c is the official code repository for json-c. See the wiki for release tarballs for download. API docs at http://json-c.github.io/json-c/
Readme 5.7 MiB
Languages
C 86.8%
CMake 6.1%
Shell 3.4%
Meson 2.5%
C++ 0.9%
Other 0.3%