Created
October 30, 2012 11:52
-
-
Save commuterjoy/3979778 to your computer and use it in GitHub Desktop.
command line json validation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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