Skip to content

iubar/json-validator

 
 

Repository files navigation

CircleCI Codacy Badge

Json Cli Validator

A tool to check one or more json files against its json schema

How to use it

java -jar json-validator-jar-with-dependencies.jar <schema-file> (<json folder>|<json file>)

References

Json validator - Implementations

Json schema genertor

Tools

Json libraries

JSON-B and JSON-P

JSON-B is just a layer on top of JSON-P: it does the binding part, while it delegates all the raw JSON processing to JSON-P. You can mix and match any JSON-B implementation with any JSON-P implementation.

Pay attention

How to generate a schema from a class

About

Validatore JSON per test di paghe-open

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%