extensible-compiler

1.1.1 • Public • Published

JSON-parser

CircleCI Coverage Status Code Climate

A simple JSON parser.

How to use

const input = '{"some":["json", "to", "validate"]}';
const map = require('./src/templates/json');

const schema = new Schema(map, input);

if (schema.parse()) alert('Yay! That's some valid JSON!');

Package Sidebar

Install

npm i extensible-compiler

Weekly Downloads

1

Version

1.1.1

License

MIT

Last publish

Collaborators

  • pvienneau