1.1.0 • Published 8 years ago

schimitar v1.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

schimitar

Naive schema cutter

WAT

Will take data, and a Json Schema definition, and will attempt to remove unwanted properties/items from the data.

Any major issues will result in a very invalid object.

The intention is for very light sanitisation of objects, not validation.

Usage

    var schimitar = require('schimitar');

    var cutDownData = schimitar(data, schema);
1.1.0

8 years ago

1.0.3

9 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago