lloyd / yajl

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

yajl_gen_string - const char signedness #220

Open NickeZ opened 4 years ago

NickeZ commented 4 years ago

Why does yajl_gen_string take const unsigned char*? All the string functions in the standard library take const char*.