Skip to content

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

License

Notifications You must be signed in to change notification settings

vodkabears/jsoncheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f6a8957 · Jun 20, 2017

History

6 Commits
Jun 19, 2017
Jun 20, 2017
Jun 19, 2017
Jun 20, 2017
Jun 19, 2017
Jun 20, 2017
Jun 20, 2017
Jun 19, 2017
Jun 19, 2017

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