Posts by Rafael • 21 points
1 post
-
2
votes2
answers701
viewsQ: Json parse array
I have the following answer { "users":[ { "id":1, "Name":"Rafael", "label":"teste" }, { "id":2, "Name":"Carlos", "label":"teste" } ], "relations":[ { "id":1 }, { "id":2 } ] } And I want to armanezar…