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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.1
    1

Package Sidebar

Install

npm i extensible-compiler

Weekly Downloads

0

Version

1.1.1

License

MIT

Last publish

Collaborators

  • pvienneau