How can I extract the colors of this json?
[{
"item1": "si",
"item2": "no",
"item3":
[
{
"color": "azul",
"tipo": "circulo"
},
{
"color": "rojo",
"tipo": "triangulo"
},
{
"color": "verde",
"tipo": "cuadrado"
}
]
}
]
This is what I do and...
asked by
25.02.2017 / 15:37