Pure C json parser with no dependencies.

izzy 1e11d9b16c optionally exclude any stdio fns il y a 5 mois
.gitignore bc41458682 significant work towards v2 il y a 4 ans
LICENSE 71d50cced1 Initial commit il y a 8 ans
MurmurHash3.c 1dd3524114 progress on parser and json structures il y a 8 ans
MurmurHash3.h 1dd3524114 progress on parser and json structures il y a 8 ans
README.md 8eb4b203bd remove wishful thinking so people on github won't be disappointed when il y a 7 ans
build.sh 5d687e91e8 move main fn out, change interface to json fns for easier usage il y a 8 ans
json.c 1e11d9b16c optionally exclude any stdio fns il y a 5 mois
json.h 1e11d9b16c optionally exclude any stdio fns il y a 5 mois
main.c b1dd6583b1 fix a bunch of memory leaks il y a 1 an
test.json d20f04d147 fix tokens getting skipped after literals il y a 1 an
test_simple.json 641e2e8d04 fixed memory leaks il y a 1 an
valgrind.sh b1dd6583b1 fix a bunch of memory leaks il y a 1 an

README.md

c_json

Pure C json parser with no dependencies.