Open
Description
I don't see a way to create a one item array.
<array>
<item>one</item>
</array>
produces: "array":{'one'} instead of "array": ['one']
Maybe something like advisory attributes like:
<array type="array">
...
Or maybe @json="array" would be better.
Ciao!
Original issue reported on code.google.com by [email protected]
on 27 Mar 2008 at 3:15