So I have an piece of JSON data. Remember: I am showing piece!
{
"status" : "success",
"prices" : [
{
"market_hash_name" : "AK-47 | Aquamarine Revenge (Battle-Scarred)",
"price" : "15",
"created_at" : 1460708937
},
Here's my PHP, which should get price, but it doesn't work. What could be the issue? 'price'=>$prices->prices[0]->market_hash_name[$row['market_hash_name']]->price);