lustjson.js
v3.0.0
Published
from apijson xget and uijson
Downloads
975
Readme
lustJson
from apijson xget and uijson
phil(哲学)
what is lustjson
details at about.md
how to use
- install
npm i --save lustjson.js
implement a sexyGirl like ./sexyGirl
code
const lustjson = require('lustjson.js')
const sxg = require('./sexyGirl')
var options ={serial:false}
lustjson.get(json,sxg,options).then(data=>{
console.log(data)
})