forkachild / C-Simple-JSON-Parser

Extremely lightweight, easy-to-use & blazing fast JSON parsing library written in pure C
https://forkachild.github.io/C-Simple-JSON-Parser/
MIT License
45 stars 16 forks source link

Fixed empty object/array parsing issue #8

Closed forkachild closed 2 years ago

64bittz commented 2 years ago

The PR you linked gives me an error 404. Also just a minor mistake, in your readme file you posted that the syntax for json_print is void json_print(json_object_t *obj); while in reality it should have also the indent integer which is obligatory.