-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.1
-
Component/s: None
-
None
-
Environment:Any
JSON.java currently encodes Collection of other objects. Since all it does it loop through the instances, it would be simpler (and easier to feed items into the JSON encoder) if this was Iterable instead.