There are returned data by JSON string.
One of the parameters has this line
"result_comment":"\u0412\u0441\u0435 \u043f\u0440\u043e\u0432\u0435\u0440\u043a\u0438 \u043f\u0440\u043e\u0439\u0434\u0435\u043d\u044b, \u0433\u043e\u0442\u043e\u0432\u0438\u043c\u0441\u044f \u043e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c",
How do I convert \u characters to readable text?
The task: to Convert a string
Share
dken