Did you try with JSON_UNESCAPED_UNICODE flag? i.e json_encode($array, JSON_UNESCAPED_UNICODE);
Are you familiar with Laravel?