Thanks for your input Greg!
>If there is not already some JSON support for public vars and avoiding
private vars etc, then it could definitely be supported with a replacer
function that uses royale reflection.
Just to ensure that we're on the same path:
The current issue is that JSON.stringify() returns the fully qualified name
of all getters,
e.g.
{
"com.mydomain.myapp.myGetter" = "foo";
}
instead of
{
"myGetter" = "foo";
}
Is your proposal that this could be fixed by using a replacer function in
JSON.stringify() at framework side which makes usage of Royale reflection?
Thanks,
Olaf
--
Sent from: http://apache-royale-development.20373.n8.nabble.com/