I have managed to get data from database in PHP file. From there(data.php),
$output = json_encode($result);
The result would be like this,<
try to use this
$output['kitty'][] = json_encode($result);