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 Generators #25

Closed cigor closed 14 years ago

cigor commented 14 years ago

Hi,

it seems supporting generators is trivial. Also converting tuples to lists before serialising seems to be redundant. Tested with python 2.6.4 on linux. What did i miss?

Regards, igor

rtyler commented 14 years ago

Groovy, merged in :)