606 gün önce php json türkçe karakter sorunu
sorusunu cevapladı.
header('Content-Type: application/json; charset=utf-8');
changejson = getArray();
$json = json_encode(changejson,JSON_UNESCAPED_UNICODE);;
echo html_entity_decode($json);
bu şekilde çözdüm