Ticket #340 (accepted defect)
Convert dense arrays to list instead of dict
| Reported by: | nick | Owned by: | nick |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.4 |
| Component: | Decoder | Version: | 0.3.1 |
| Keywords: | Cc: |
Description
var arr:Array = ['version',6]; socket.writeObject(arr); socket.flush();
Output:
{0:'version',1:6}
but better would be:
['version',6]
Change History
Note: See
TracTickets for help on using
tickets.
