~tomleb/jsonic

C incomplete implementation of json parser using SIMD. Gotta go fast.
96e0f031 — Tom Lebreux 4 years ago
Add README.md
97137f49 — Tom Lebreux 4 years ago
Add debug print functions
8277a696 — Tom Lebreux 4 years ago
Keep track of previous backslash and quotes

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~tomleb/jsonic
read/write
git@git.sr.ht:~tomleb/jsonic

You can also use your local clone with git send-email.

#JSONIC

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.