Skip to content

Instantly share code, notes, and snippets.

@kripul
Created April 14, 2016 04:01
Show Gist options
  • Save kripul/8f9de94c9bbe3a585a05108b1a6b4609 to your computer and use it in GitHub Desktop.
Save kripul/8f9de94c9bbe3a585a05108b1a6b4609 to your computer and use it in GitHub Desktop.
<?php
$jsonData = file_get_contents('http://pastebin.com/raw/1u67Dk86');
$result = json_decode($jsonData, true);
//print_r ($result);
echo $result['responses']['0']['textAnnotations']['0']['description'];
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment