Skip to content

Provide default support for java.util.Map #1

@GoogleCodeExporter

Description

@GoogleCodeExporter
Should be able to convert the default representation of a Map. 
Should be able to deserialize {{"a":"1"},{"b":2"}} as well as
[{"a":"1"},{"b":2"}] to a map. Consider using a concrete implementation
(linked list) of Map that preserves the order of elements. 

Original issue reported on code.google.com by inder123 on 25 Apr 2008 at 7:16

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions