$ornek= array();

$ornek[] = array(
'id' => $data['id'],
);

$yaz = json_encode($ornek,JSON_UNESCAPED_UNICODE);
echo $yaz