A simple JSON pull parser written in C
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
teknomunk d4b6e91383
Add rich bool field (visibility flag)
9 months ago
layout Add rich bool field (visibility flag) 9 months ago
todo Correct path 1 year ago
.gitignore Initial commit 1 year ago
LICENSE Initial commit 1 year ago
README.md Initial commit 1 year ago
json.c Expose whitespace eating 10 months ago
json.h Fix whitespace 10 months ago
layout.c Add rich bool field (visibility flag) 9 months ago
layout.h Add rich bool field (visibility flag) 9 months ago
value.c Fix json_value round-trip for number when integer value, additional debug handling 1 year ago
value.h Change inline scope to make code compile with -O0, add helper function to load json_value from string data 1 year ago

README.md

json

A simple JSON pull parser written in C