sheredom / json.h

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

Fix an array bug that @gulgi found. #36

Closed sheredom closed 8 years ago

sheredom commented 8 years ago

When using json_parse_flags_allow_no_commas, it wasn't correctly handling arrays. Fixed (and testcase added) in this PR.