I will be showing you how to parse JSON data with PHP. This is the explanation of...
*parse_json.php
function parseJSON($json_str) { return ''; }