JSON serialize Collection, not just List

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Major - P3
    • 1.3
    • 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.

            Assignee:
            Eliot Horowitz (Inactive)
            Reporter:
            dustin norlander
            None
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: