Skip to content

Instantly share code, notes, and snippets.

@commuterjoy
Created October 30, 2012 11:52
Show Gist options
  • Save commuterjoy/3979778 to your computer and use it in GitHub Desktop.
Save commuterjoy/3979778 to your computer and use it in GitHub Desktop.
command line json validation
alias jsonval="ruby -e \"require 'rubygems'; require 'json'; JSON.parse(STDIN.read)\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment