Well, I have a server response with this:
{
cars = (
{
"color" = red;
"model" = ferrari;
"othersAtributes" = others atributes;
},{
"color" = blue;
"model" = honda;
"othersAtributes" = others atributes;
},{
"color" = green;
"model" = ford;
"othersAtributes" = others atributes;
},{
"color" = yellow;
"model" = porshe;
"othersAtributes" = others atributes;
}
)
}
I need a list of model cars. an array of models cars, to set to a list.