jsoncheck

command module
v0.0.0-...-f6a8957 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 20, 2017 License: MIT Imports: 8 Imported by: 0

README

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"
		]
	}
]

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL