JSON encode Data Getinto foreach

20 Views Asked by At

how to get foreach the belos json_encode data.. I am looking to get this data into foreach and then save into mysql.

[
{
"trends":[
{
name:"#PondyWelcomesTHALAPATHY",
url:"http:\/\/twitter.com\/search?q=%23PondyWelcomesTHALAPATHY",
promoted_content:null,
query:"%23PondyWelcomesTHALAPATHY",
tweet_volume:100685
},
{
name:"#SaamySquareFromSep21",
url:"http:\/\/twitter.com\/search?q=%23SaamySquareFromSep21",
promoted_content:null,
query:"%23SaamySquareFromSep21",
tweet_volume:null
},
],
"as_of":"2018-09-14T14:19:50Z",
"created_at":"2018-09-14T14:13:53Z",
"locations":[
{
name:"Mumbai",
woeid:2295411
}
]
}
]
0

There are 0 best solutions below