如何获取JSON格式化数据

时间:2015-05-07 13:09:13

标签: php json

我需要获取'message'的值,这是json在php中构建的

{"status":"error","message":" phone_name or phone_number already exist"}

我该怎么做?

2 个答案:

答案 0 :(得分:1)

使用json_decode(json_string)将其转换为php数组 然后你可以作为数组[“message”]

访问它

答案 1 :(得分:1)

这很简单:

{{1}}