Skip to content

Instantly share code, notes, and snippets.

@mebubo
Created September 14, 2012 13:52
Show Gist options
  • Save mebubo/3722039 to your computer and use it in GitHub Desktop.
Save mebubo/3722039 to your computer and use it in GitHub Desktop.
Pretty-print json
<?php
$r = json_decode(file_get_contents($argv[1]));
print_r($r);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment