Add README.md
Add debug print functions
Keep track of previous backslash and quotes
jsonic is an incomplete JSON parser in C based on the techniques described in the paper Parsing Gigabytes of JSON per Second.
If you need a fast JSON parser that is production ready, I recommend the reference implementation of the paper simdjson developed by the authors.