Skip to content

Instantly share code, notes, and snippets.

@RubyRonin
Created November 5, 2015 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RubyRonin/c1a911a92ec41314790d to your computer and use it in GitHub Desktop.
Save RubyRonin/c1a911a92ec41314790d to your computer and use it in GitHub Desktop.
echo "<p>My Json objects:</p>";
$url="http://jsonplaceholder.typicode.com/posts";
$json = file_get_contents($url);
$data = json_decode($json, TRUE);
echo $data[0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment