Skip to content

A super-simple json validation tool using jackson

Notifications You must be signed in to change notification settings

rajbhino/jsonvalidator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonvalidator

A super-simple json validation tool using jackson

Usage

Use the included shell script after building:

$ jsonvalidator path/to/file.json

or

$ find . -type f -name "*.json" | jsonvalidator

Build

Build with maven:

$ mvn package

About

A super-simple json validation tool using jackson

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 95.7%
  • Shell 4.3%