]> mj.ucw.cz Git - libucw.git/commit
JSON: Skeleton, memory representation, parser
authorMartin Mares <mj@ucw.cz>
Wed, 8 Jul 2015 14:21:16 +0000 (16:21 +0200)
committerMartin Mares <mj@ucw.cz>
Wed, 8 Jul 2015 14:21:16 +0000 (16:21 +0200)
commit5b7aeae4b33b686e52304127d1648f7b71c9b405
treeb10bcd5a04fbfaaed10b4347501e8f05097aacd3
parent29bc4e87df6934c15f187d1a5fa1cbcf9ac437a8
JSON: Skeleton, memory representation, parser
12 files changed:
Makefile
default.cfg
ucw-json/Makefile [new file with mode: 0644]
ucw-json/doc/Makefile [new file with mode: 0644]
ucw-json/doc/index.txt [new file with mode: 0644]
ucw-json/doc/json.txt [new file with mode: 0644]
ucw-json/json-test.c [new file with mode: 0644]
ucw-json/json-test.t [new file with mode: 0644]
ucw-json/json.c [new file with mode: 0644]
ucw-json/json.h [new file with mode: 0644]
ucw-json/libucw-json.pc [new file with mode: 0644]
ucw-json/parse.c [new file with mode: 0644]