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:38:17 +0000 (22:38 +0100)
commit564947871e69fd70121a8186d460d397be3cf52b
tree1641d064be69c66aab3e762ab1b5b68b74d231c7
parent62c0cb565df9b62c3fb6d420d338151ceff137e4
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]