]> git.evergreen-ils.org Git - OpenSRF.git/commit
Eliminate the old JSON parser, implemented in osrf_json_parser.c and
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 14 Aug 2010 11:09:47 +0000 (11:09 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Sat, 14 Aug 2010 11:09:47 +0000 (11:09 +0000)
commitf2852ebd11a2cf70a5a072b8c3c1feb448831f6d
tree18c17a162fda4b99481bd7c0b86b719726db1b5d
parent2cb4058182c25b1c4dd83dd10b59161c94f18dce
Eliminate the old JSON parser, implemented in osrf_json_parser.c and
the associated header osrf_json_utils.h.

This parser has been completely replaced by a newer one implemented
in osrf_parse_json.c, plus an incremental JSON parser (so far
unused) in jsonpush.c..

The even older parser of JSON-with-comments is not affected.

D    include/opensrf/osrf_json_utils.h
M    include/opensrf/osrf_json.h
D    src/libopensrf/osrf_json_parser.c
M    src/libopensrf/osrf_json_object.c
M    src/libopensrf/Makefile.json
M    src/libopensrf/osrf_json_tools.c
M    src/libopensrf/Makefile.am
M    src/libopensrf/osrf_parse_json.c
M    Makefile.am

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2000 9efc2488-bf62-4759-914b-345cdb29e865
Makefile.am
include/opensrf/osrf_json.h
include/opensrf/osrf_json_utils.h [deleted file]
src/libopensrf/Makefile.am
src/libopensrf/Makefile.json
src/libopensrf/osrf_json_object.c
src/libopensrf/osrf_json_parser.c [deleted file]
src/libopensrf/osrf_json_tools.c
src/libopensrf/osrf_parse_json.c