sefasdfasd / google-gson

Automatically exported from code.google.com/p/google-gson
0 stars 0 forks source link

Provide default support for java.util.Map #451

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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