]> git.evergreen-ils.org Git - OpenSRF.git/commit
Add a stream parser for JSON, and a format_json utility
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 29 Dec 2009 13:22:49 +0000 (13:22 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 29 Dec 2009 13:22:49 +0000 (13:22 +0000)
commit77ef6f1922527d70e34ec5db6dbbeade3069d010
tree6a2fb119593140cd60e5f9338dbb59f7f8c057d7
parentbfade5af82624b7928a50a69cf0434c4740cb986
Add a stream parser for JSON, and a format_json utility
that uses it.

A    include/opensrf/jsonpush.h
A    src/c-apps/format_json.c
A    src/libopensrf/jsonpush.c

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1880 9efc2488-bf62-4759-914b-345cdb29e865
include/opensrf/jsonpush.h [new file with mode: 0644]
src/c-apps/format_json.c [new file with mode: 0644]
src/libopensrf/jsonpush.c [new file with mode: 0644]