lloyd / yajl

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

Data ownership not clear in documentation #233

Open JakkuSakura opened 3 years ago

JakkuSakura commented 3 years ago

The documentation mentioned nothing about data ownership. Should I free memory? When should I free it? Is the memory automatically freed by yajl?