data-schemas

This JS library is designed to validate / validate data submitted in JSON format.

Usage no npm install needed!

<script type="module">
  import dataSchemas from 'https://cdn.skypack.dev/data-schemas';
</script>

README

data-schemas

This JS library is designed to validate / validate data submitted in JSON format.

Download this repository

git clone https://github.com/lastuniverse/data-schemas.git

Install via npm

npm install data-schemas

for latest unstable version use:

npm install https://github.com/lastuniverse/data-schemas/tarball/master

Usage

index.js

let ds = require( 'data-schemas' );
...
// in developing
...

Participation in development

https://github.com/lastuniverse/data-schemas/issues

License

Unlicensed

Important

library development is not yet complete

NPM