results in
{"test":""}
but in my opinion should result in
{"test":null}
How am I supposed to represent null values if these tags emit empty
strings when the value is null? Perhaps you could implement a new
attribute for the json:property tag called "defaultValue" which
defaults to null, then you can be explicit about how you want null
values handled.
I would have fixed it myself, but the SVN url on the site isn't
working.
-Matt