以下に示すこのjson文字列を解析できません。誰かが良いオプションを提案します:
$json_string = '{{"name":"ff","phone":344543},{"name":"sdf","phone":344543}, {"name":"sfsd","phone":344543}}';
i have tried json_decode($json_string); but not working. I need to parse this string and retrieve the coontants as normal array. please help.
ありがとう