<?php $json = '{response: { game_count: 106, games: [ { appid: 10, playtime_forever: 67 }, { appid: 730, playtime_forever: 0 }, { appid: 368900, playtime_forever: 0 }, { appid: 370190, playtime_forever: 0 }, ]} }'; $msgArray = json_decode($json, true); print_r($msgArray);
You have javascript disabled. You will not be able to edit any code.