Skip to content

Instantly share code, notes, and snippets.

@amirsani
Forked from kamiller/validate_json.sh
Created May 22, 2017 09:43
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 amirsani/62200212d95984da67b16d63c672f610 to your computer and use it in GitHub Desktop.
Save amirsani/62200212d95984da67b16d63c672f610 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