<?php
$data = [
	'item' => 'Значение',
	];
var_dump(json_encode($data));
var_dump(json_encode($data, JSON_UNESCAPED_UNICODE));
