<?php if (file_exists('data.json')) { echo file_get_contents('xxxdata.json'); } else { echo json_encode([]); } ?>