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
for input
<object><var>054</var></object>
will output
{"var":054}
flash as3core.JSON no correct decode it.
I change input for
<object><var type="xs:string">054</var></object>
and change transform for result output
{"var":"054"}.
I'm attach transform and patch.
Original issue reported on code.google.com by [email protected] on 29 Mar 2011 at 5:38
Original issue reported on code.google.com by
[email protected]
on 29 Mar 2011 at 5:38Attachments:
The text was updated successfully, but these errors were encountered: