Skip to content

wiztools/json-validator

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

WizTools.org JSON Validator

Command line tool to validate and format JSON files.

Mac users can use homebrew to install json-validator:

brew tap wiztools/repo
brew install json-validator

To run:

$ java -jar json-validator-fat-VERSION.jar -h
Usage: json-validator [options] [files]
When files are not given, STDIN is read for input.
Supported options are:
	--help     Display this help.
	--noout    Do not print formatted JSON to STDOUT.
	--noformat Do not format JSON.
	--gson     Use Gson instead of default Jackson parser.