Pure C json parser with no dependencies.

izzy b1dd6583b1 fix a bunch of memory leaks hai 5 meses
.gitignore bc41458682 significant work towards v2 %!s(int64=4) %!d(string=hai) anos
LICENSE 71d50cced1 Initial commit %!s(int64=8) %!d(string=hai) anos
MurmurHash3.c 1dd3524114 progress on parser and json structures %!s(int64=8) %!d(string=hai) anos
MurmurHash3.h 1dd3524114 progress on parser and json structures %!s(int64=8) %!d(string=hai) anos
README.md 8eb4b203bd remove wishful thinking so people on github won't be disappointed when %!s(int64=6) %!d(string=hai) anos
build.sh 5d687e91e8 move main fn out, change interface to json fns for easier usage %!s(int64=8) %!d(string=hai) anos
json.c b1dd6583b1 fix a bunch of memory leaks hai 5 meses
json.h b1dd6583b1 fix a bunch of memory leaks hai 5 meses
main.c b1dd6583b1 fix a bunch of memory leaks hai 5 meses
test.json d20f04d147 fix tokens getting skipped after literals hai 6 meses
test_simple.json 641e2e8d04 fixed memory leaks hai 6 meses
valgrind.sh b1dd6583b1 fix a bunch of memory leaks hai 5 meses

README.md

c_json

Pure C json parser with no dependencies.