So I have this JSON data
{"data":{"id":"1300633073600606211","text":"Can we get mini maps back please?? @CallofDuty"}}
and I would like to put the text value of this data into a variable named $tweet_text. How do I do that?
So I have this JSON data
{"data":{"id":"1300633073600606211","text":"Can we get mini maps back please?? @CallofDuty"}}
and I would like to put the text value of this data into a variable named $tweet_text. How do I do that?