Skip to content

Instantly share code, notes, and snippets.

@udibagas
Created April 9, 2013 09:21
Show Gist options
  • Save udibagas/5344296 to your computer and use it in GitHub Desktop.
Save udibagas/5344296 to your computer and use it in GitHub Desktop.
<?php
$json_string = '[{"overall":"25"}]';
$json_array = json_decode($json_string);
echo $json_array[0]->overall;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment