elnabo / json2object

Type safe Haxe/JSON (de)serializer
MIT License
66 stars 17 forks source link

Map<String, V> are not yet supported #2

Closed elnabo closed 7 years ago

elnabo commented 8 years ago

A json object such as:

{
  "banana": {"type":"fruit",  "color":"yellow"}, 
  "cucumber": {"type":"vegetable", "color":"green"}
}

could be parsed as a map.

elnabo commented 7 years ago

Done in 25fb1c3cb93dac884b92ca40a4412d488a371aba.