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

make more awesome! #1

Open mikeal opened 14 years ago

mikeal commented 14 years ago

support stream parsing

you'll need to return some dynamic dict and list subclasses that will let you interact with what has been parsed on the object so far and block on operations that require it to finish

lloyd commented 14 years ago

I wonder if @brianmario (who wrote the ruby bindings for yajl) has any thoughts about how to accomplish more awesome, and specifically how to craft a fancy stream parsing API that feels good for the adept wrangler of large snakes?