Skip to content

vodkabears/jsoncheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsoncheck

Build Status Go Report Card

Tool for validating a batch of local or remote JSON documents by schemas.

Usage

Download the latest release: https://github.com/vodkabears/jsoncheck/releases/latest

Run:

./jsoncheck [configuration file]

Example of a configuration file

[
	{
		"schema": "schemas/regions.json",
		"data": [
			"http://127.0.0.1:3000/api/regions",
			"http://127.0.0.1:3000/api/regions/?rgid=2"
		]
	},
	{
		"schema": "schemas/offer.json",
		"data": [
			"http://127.0.0.1:3000/api/offer/?id=1",
			"file:///home/me/offer.json"
		]
	}
]

About

Tool for validating a batch of local or remote JSON documents by schema.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published