json-inquirer

0.0.2 • Public • Published

json-inquirer.js 可以让你更便捷的在复杂数据中查找

下载

npm i json-inquirer

引入

import  Query  from 'json-inquirer'

查找有无指定key

var res = isKey(json,key)

查找有无指定值

var res = isValue(json,Value,isDeep)
//Isdeep is a Boolean value that controls whether to Find JSON with entire

Readme

Keywords

Package Sidebar

Install

npm i json-inquirer

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

2.63 kB

Total Files

3

Last publish

Collaborators

  • larryzhu