How to decode a JSON string in PHP?

后端 未结 9 1153
挽巷
挽巷 2020-12-02 02:18

I have a JSON string that looks something like this:

{\"addresses\":{\"address\":[{\"@array\":\"true\",\"@id\":\"888888\",\"@uri\":\"xyz\",\"household\":{\"@         


        
9条回答
  •  感动是毒
    2020-12-02 02:34

    you can use print_r to output the $results to find out exactly what the object output looks like.

提交回复
热议问题