GoldenFleece icon indicating copy to clipboard operation
GoldenFleece copied to clipboard

Unaple to map Array of Array

Open wasim954 opened this issue 8 years ago • 0 comments

please tell me how to map Array of Array to objects

i have JSON

{ "colors": [ [ { "name": "abc", "value": "#ffffff" }, { "name": "xyz", "value": "#ffffff" } ], [ { "name": "wef", "value": "#ffffff" }, { "name": "trs", "value": "#ffffff" } ] ] }

wasim954 avatar Dec 22 '16 12:12 wasim954