myjson
v1.0.0
Published
select json easy ### install ``` npm install myjson ```
Downloads
3
Readme
jsonhelper
select json easy
install
npm install myjson
how to use ?
- reuire :
var myjson=require('myjson');
2):codeing here:
var array=myjson.set(
{
books:[
{
name:'tom and jerry'
},
{
name:'who is the king'
},
{
name:'haha'
}
]
}
).select("name").join(
{
a:[
1,2,3
],
b:{
c:[4,5,6]
}
}
).toArray();
test
npm test