Hi all,

Question 1:

I need to set fields as nullable. In order to accomplish this, I registered
such fields as union(string,null).
when I encode objects through json encoder the output generated is
"field":{"string":"blablabla"}
Is there a config property or a way to encode as "field":"blablabla"?

question 2:

Is it possible to configure JsonDecoder for reading unordered field input?

thanks,

-- 

Giancarlo Frison
http://gfrison.com

Reply via email to