lloyd / yajl

A fast streaming JSON parsing library in C.
http://lloyd.github.com/yajl
ISC License
2.15k stars 435 forks source link

change the api yajl_tree_parse to yajl_tree_nparse and add a macro fo… #166

Open wangchuan3533 opened 9 years ago

wangchuan3533 commented 9 years ago

…r the origin one

yajl_tree_nparse dose not need the input string to be null-terminated.