Closed GoogleCodeExporter closed 9 years ago
In JsonWriter.java, perhaps the method writeArray should be used on collections
that are Lists or Sets?
Original comment by eli...@espoc.com
on 5 Apr 2013 at 10:09
[deleted comment]
This has been fixed. Empty ArrayList (when the field type is ArrayList or
there is an ArrayList[] of ArrayLists, json-io will correctly emit an empty []
for an empty ArrayList, just as it would use [ ] when the array contains more
than one item. It can do this because it picks up the ArrayList type from the
field (or type of array).
The code is already checked into GitHub. When the next major issue comes
along, this will be released.
Original comment by jdereg@gmail.com
on 29 Sep 2013 at 2:58
This issue has been corrected and is available in the json-io 2.2.32 release.
Original comment by jdereg@gmail.com
on 13 Nov 2013 at 1:21
Original issue reported on code.google.com by
eli...@espoc.com
on 5 Apr 2013 at 9:55