# Print prettified JSON response

Source: Stackoverflow

$json_string = json_encode($data, JSON_PRETTY_PRINT);