issues
search
iOliverNguyen
/
ujson
µjson - A fast and minimal JSON parser and transformer that works on unstructured JSON
MIT License
76
stars
11
forks
source link
[updated] bug fix and Match() support
#6
Closed
iOliverNguyen
closed
8 months ago
iOliverNguyen
commented
8 months ago
See the original PR #5
bug fix for parsing the case of {\n}
support Match() which matches only the ones we want.
early termination support to speed up json parsing.
See the original PR #5