<?php $data = file_get_contents("kantor.json"); $data = json_decode($data); echo json_encode($data, JSON_PRETTY_PRINT);