Hello how can I do to get the name of each of the ones that appear in this json array with php. and thanks for the help
"genres": [
{
"id": 12,
"name": "Aventura"
},
{
"id": 878,
"name": "Ciencia ficción"
},
{
"id": 28,
"name": "Acción"
}
],