ibireme / yyjson

The fastest JSON library in C
https://ibireme.github.io/yyjson/doc/doxygen/html/
MIT License
3.04k stars 262 forks source link

Is a json begin with array[] supported? #82

Closed sunpengfei0307 closed 2 years ago

sunpengfei0307 commented 2 years ago

Describe the bug Hi! Your library is great! But when I parse a json file like: [ {}, {}, {} ] yyjson_read_file() is success , but get root obj failed, eg. obj = yyjson_doc_get_root(doc) , the test json data generated by http://www.yyyweb.com/demo/inner-show/json-generator.html?spm=a2c6h.12873639.article-detail.10.55ca4246qH5YKd just use default config. (todo: try use arr api maybe work!)