Skip to content

Instantly share code, notes, and snippets.

@phyous
Created March 8, 2013 05:51
Show Gist options
  • Save phyous/5114482 to your computer and use it in GitHub Desktop.
Save phyous/5114482 to your computer and use it in GitHub Desktop.
% echo "{\"array\":[1,2,3],\"boolean\":true}" | json
{
"array": [
1,
2,
3
],
"boolean": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment