Jehiah Czebotar ac601b5b5f update json_object_new_string_len, json_escape_str (internal). Writer handles \x00 correctly
Added parse_null test. This does not change anything with how the parser handles \u0000 or null characters

This commit is addapted from one by Adomas Paltanavičius <adomas@leanholding.com>



git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@63 327403b1-1117-474d-bef2-5cb71233fd97
2011-01-14 17:23:06 +00:00
2010-10-07 01:05:14 +00:00
2010-10-07 01:05:14 +00:00
2009-08-19 08:18:25 +00:00
2010-10-07 01:05:14 +00:00
2010-10-07 01:05:14 +00:00
2010-10-07 01:05:14 +00:00
2010-10-07 01:05:14 +00:00

Building on Unix with gcc and autotools

If checking out from CVS:

	sh autogen.sh

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
android_external_json-c
Readme 469 KiB
Languages
C 94.4%
M4 2%
Makefile 1.8%
HTML 1.5%
Shell 0.2%