Skip to content

Instantly share code, notes, and snippets.

@kamatari
Created October 4, 2015 12:54
Show Gist options
  • Save kamatari/8dc76cccdb29e5f35b2f to your computer and use it in GitHub Desktop.
Save kamatari/8dc76cccdb29e5f35b2f to your computer and use it in GitHub Desktop.
$ echo '{"Compile":["C","C++","Objective-C"],"Script":["JavaScript","PHP","Perl","Python"]}' |python -mjson.tool
{
"Compile": [
"C",
"C++",
"Objective-C"
],
"Script": [
"JavaScript",
"PHP",
"Perl",
"Python"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment