Skip to content

Instantly share code, notes, and snippets.

@BurhanH
Created February 26, 2019 17:17
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 BurhanH/40b095f0b08134dd6dcba4374f407ebd to your computer and use it in GitHub Desktop.
Save BurhanH/40b095f0b08134dd6dcba4374f407ebd to your computer and use it in GitHub Desktop.
Python, JSON CLI
>> echo '{"a": [], "b": "c"}' | python -m json.tool
{
"a": [],
"b": "c"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment