esjson

1.1.1 • Public • Published

esjson

JSON Schema validator (cli)

CI npm version npm downloads gzip bundle size

Command line interface

Install esjson with npm to use the command line interface:

npm install esjson -g

Validate a file like so:

esjson file.json --schema=schema.json

Options

Usage: esjson [file] [options]

file     file to parse; otherwise uses stdin

Options:
   -v, --version            print version and exit
   -s, --schema             validate json according to schema
   -i, --include            array of file paths to include (default: *.json)
   -e, --exclude            array of file paths to exclude (default: node_modules/**)
   -a, --allow              rules for definitions and keys to allow (example: additionalProperties:name:MyDefinition)
   --empty                  array of file paths to allow to be empty

Motivation

Some of the already existing tools were not good enough for my use case (e.g. validating large list of definitions and returning quite specific errors was impossible with other json schema validators out there). So I just built my own. It does not fully comply with spec yet, but I'm planning to add features from spec as the time goes!

Also there is little to none documentation. If you really want to use this tool, then open an issue requesting detailed documentation, I'll see what I can put together.

MIT License

Copyright (C) 2020 Marcis Bergmanis

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Package Sidebar

Install

npm i esjson

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

39.6 kB

Total Files

36

Last publish

Collaborators

  • marcisbee