chrisbu / dartwatch-JsonObject

JsonObject which allows dot notation access to JSON.parse'd objects. Read the article on http://www.dartlang.org/articles/json-web-service/
http://www.dartlang.org/articles/json-web-service/
MIT License
83 stars 25 forks source link

Implement List so that iterator can be used #20

Closed chrispc88 closed 11 years ago

chrispc88 commented 11 years ago

Just following your suggestion to add this to the bug tracker, to implement List so that an iterator can be used on a list of returned objects. Thanks for all your work!

chrisbu commented 11 years ago

Hopefully this should help. It now implements the Iterable interface, and also has an explicit toIterable() method. Pub version 1.0.11