Wyświetlacz php JSON w przeglądarce
header('Content-Type: application/json');
Borma
header('Content-Type: application/json');
<?php
...
$json_string = json_encode($data, JSON_PRETTY_PRINT);