sheredom / json.h

🗄️ single header json parser for C and C++
The Unlicense
698 stars 77 forks source link

Add entry points and parsing support for simplified JSON #10

Closed sheredom closed 8 years ago

sheredom commented 8 years ago

I've added two new entry points to parse simplified json. One caveat is they return a json_object_s -> my assumption here is that simplified json always has an non-bracketed object at global scope.