Describe the bug
Serializing an FSArray without any elements produces an XML attribute like xxx="None".
Might be limited to the JSON branch - need to check.
Expected behavior
If an array is empty serialize a xxx="" case. If the arrays does not even exist, omit the attribute.
Describe the bug Serializing an FSArray without any elements produces an XML attribute like
xxx="None"
. Might be limited to the JSON branch - need to check.Expected behavior If an array is empty serialize a
xxx=""
case. If the arrays does not even exist, omit the attribute.Please complete the following information: