1.0.4 • Published 2 years ago

nv-validator-json-pl v1.0.4

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

nv-validator-json-pl

  • nv-validator-json-pl
  • creat a json tmplate from a path-list
  • for test jshape validate in nvlang, normally USELESS

install

  • npm install nv-validator-json-pl

usage

   const {pldflt} = require("nv-validator-json-pl"); 

example

    > var tmpl = pldflt([2,'a',3,'b'])
    > console.dir(tmpl,{depth:null})
    [
      null,
      null,
      { a: [ null, null, null, { b: undefined } ] }
    ]

API

LICENSE

  • ISC