objson now accepts empty array and object values if STRICT_JSON_READ is not defined
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 15 Jul 2005 19:04:49 +0000 (19:04 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 15 Jul 2005 19:04:49 +0000 (19:04 +0000)
commit2fa56f4cd1066892ba3b3c773ea49403679db08e
treec100d38768d1eb085143151c6ac24ec88d9cbca8
parent646159d96fe678c5f014503425f3fe2c576b8c6d
objson now accepts empty array and object values if STRICT_JSON_READ is not defined
and writes null array and object values as empty strings if STRICT_JSON_WRITE is not defined

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@398 9efc2488-bf62-4759-914b-345cdb29e865
src/objson/Makefile
src/objson/json_parser.c
src/objson/object.c
src/objson/objson_test.c