Add JSON encoder and decoder
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 12 Jan 2010 21:37:31 +0000 (22:37 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 12 Jan 2010 21:37:31 +0000 (22:37 +0100)
commit8cd41e6a09e7279587dc29774669fbc13685566d
tree651948745910b97e9110e1730835b4cd91e06590
parent38f02127971c08e53bc65dcc4a54ef5c1396708e
Add JSON encoder and decoder
include/yaz/Makefile.am
include/yaz/json.h [new file with mode: 0644]
src/Makefile.am
src/json.c [new file with mode: 0644]
test/.gitignore
test/Makefile.am
test/tst_json.c [new file with mode: 0644]