dartwatch-JsonObject
dartwatch-JsonObject copied to clipboard
reflection implementation ..
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