Convert JSON encoded data to string


input:
["\u4f60","\u597d","\u4e16","\u754c"]
output:
(
    [0] => 你
    [1] => 好
    [2] => 世
    [3] => 界
)
Paste in your input here: