1.1.1 • Published 7 years ago

extensible-compiler v1.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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!');
1.1.1

7 years ago

1.1.0

7 years ago