Skip to content

Instantly share code, notes, and snippets.

@obonyojimmy
Forked from kamiller/validate_json.sh
Created April 9, 2018 02:19
Show Gist options
  • Save obonyojimmy/e63b2364dcb3e52e1ecf04c860b06fd0 to your computer and use it in GitHub Desktop.
Save obonyojimmy/e63b2364dcb3e52e1ecf04c860b06fd0 to your computer and use it in GitHub Desktop.
validate json with python via bash script
echo '{"foo":"bar"}' | python -m json.tool >> /dev/null && exit 0 || echo "NOT valid JSON"; exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment