Hi guys is there a way in php where in I can print this response prettier? For example, Print only the firstname, lastname, middlename of the response content.
Here's the response i got from the API 

I tried decoding the response with this code but still failed to get the key and values
    $students["mi"];
var_dump($students);
$s =  html_entity_decode($students);
Thank you so much for the help
 
     
    