Each time the loop advances it brings me data for example: light, light, darkness, sun
inside a loop how can I do so that they do not repeat themselves?
foreach($json as $key => $item)
{
//json se ha procesado para que devuelva palabras
echo $item['palabras'];
}
one one two three four four five six