How to extract individual elements from a JSON string?

前端 未结 1 1982
走了就别回头了
走了就别回头了 2021-01-25 02:53

I want to extract the values - Screen Name, Name, ID, Profile Picture URL from the data given below :

[{\"id_str\":\"135977294\",\"description\":\"4TechCareers i         


        
相关标签:
1条回答
  • 2021-01-25 03:28

    Your data is in JSON format. You can use json_decode() to convert it to a PHP array.

    0 讨论(0)
提交回复
热议问题