dartwatch-JsonObject icon indicating copy to clipboard operation
dartwatch-JsonObject copied to clipboard

reflection implementation ..

Open nickfloros opened this issue 12 years ago • 0 comments

Do you have any plan to produce a JsonToObject implementation using reflection?

Use of abstract class implementation gives the same effect, but i have not managed to implement a new e.g. e.g. from https://www.dartlang.org/articles/json-web-service/ I can not do

LanguageImpl foo = new LanguageImpl();
foo.language = 'bla'l

The reason I want to do this is because I am trying to instantiate LanguageImpl within a web-ui component and then call a save function on it to post it to the server

nickfloros avatar Sep 28 '13 09:09 nickfloros