-
Type:
Improvement
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: 1.2
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
In JSON.java ln 69
if ( o instanceof List){
could be
if ( o instanceof Collection){
that would allow adding Sets and other types of Collections.