@technicus wrote:
Hello There
I have a json data which is like this:-
"0": { "id": 1, "name": "intra", "created_at": "2018-02-23 09:02:07", "updated_at": "2018-02-23 09:02:07" }, "1": { "id": 2, "name": "Protein Blends", "created_at": "2018-02-23 09:02:33", "updated_at": "2018-02-23 09:02:33" }, "2": { "id": 3, "name": "Protein Blends", "created_at": "2018-02-23 09:03:36", "updated_at": "2018-02-23 09:03:36" }
}
i got this data via api but in html i am not able to travese the as i want to print the name only
Posts: 1
Participants: 1