rtyler / py-yajl

py-yajl provides Python bindings for the Yajl JSON encoder/decoder library
http://rtyler.github.com/py-yajl
74 stars 18 forks source link

Support Encoder/Decoder subclassing #5

Open rtyler opened 14 years ago

rtyler commented 14 years ago

Some of the Encoder and Decoder object inner workings should be re-done to allow developers to override and provide custom implementations of handle_string, etc

ccheever commented 14 years ago

In particular, it would be sometimes useful to have decoding result in UTF-8 strings instead of always unicode.