且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

这是什么样的记号?

更新时间:2022-11-19 11:20:45

可以通过任何方式更改输出吗?引用密钥名称似乎可以使其正常解析:

Any way you can change the output? Quoting the key names seems to allow it to parse normally:

$test = '[{"text":"key 1","value":"value 1"},{"text":"key 2","value":"value 2"},{"text":"key 3","value":"value 3"}]';

var_dump(json_decode($test));