You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be a bug when parsing 0 values from an array like this from xml: <values><value>1</value><value>0</value><value>2</value></values> which ends up in a json object like: values: [1, 2]