The outputted string in json is:
\u062e\u0637\u0627\u06cc \u0627\u062d\u0631\u0627\u0632 \u0647\u0648\u06cc\u062a
I tried json_decode with and without JSON_UNESCAPED_UNICODE but no luck. Something like:
echo json_decode('\u062e\u0637\u0627\u06cc \u0627\u062d\u0631\u0627\u0632 \u0647\u0648\u06cc\u062a');
It returns nothing!
json_decode('"\u062e....\u062a"');[{and}]. Just the quotes:"the text".