sheredom / json.h

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

Add option to simplify strings that contain escaped sequences. #25

Closed sheredom closed 8 years ago

sheredom commented 8 years ago

Can now reduce \" -> ", \/ -> /, etc.