1.0.3 • Published 3 years ago

lava-tree v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

#Install $ npm install lava-tree

#How to use package consists of two functions

// Function checkSchema - validate structural correctness of your JSON Schema 
checkSchema(schema)

where shema - is your JSON Schema file

//Function compare JSON file and schema
compare(file,schema,[])

where:
file - is your JSON file 
shema - is your JSON Schema file
[] - empty array to pass data to error



import {checkSchema} from "lava-tree/testCases"

import {compare} from "lava-tree"
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago