Pure C json parser with no dependencies.

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

README.md

c_json

Pure C json parser with no dependencies.