Open
Description
Attributes are not converted:
I have this XML:
<root>
<agencies id="2" agenzia="Trieste" bank_id="1" abi="1030" cab="2200" />
..
..
</root>
and receive this JSON:
{"root":[null,null,null,null,null,null,null,null]}
Original issue reported on code.google.com by [email protected]
on 9 Sep 2008 at 4:53