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

Remove symlink and getter formals; use UnsupportedError instead of UnsupportedOperationException #13

Closed sqs closed 11 years ago

sqs commented 12 years ago

Just some updates to bring JsonObject in line with underlying changes to Dart.

chrisbu commented 11 years ago

Thanks for the update, Unfortunately, I've made a load of modifications before I saw this pull request (which incorporate your changes) - but please keep them coming.