Socket
Socket
Sign inDemoInstall

jsonsql

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "jsonsql",
"version": "0.0.3",
"version": "0.0.4",
"description" : "A SQL-like query language for JSON objects.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -97,2 +97,14 @@ # jsonSQL

state: 1 } ]
```
#### Multi-Fields Query:
```javascript
var res = Query(dataSource, '*.id, *.holy.addr where holy.name=CRAP');
console.log('======RESULT 2\n',res);
```
#### RESULT OUTPUT:
```bash
======RESULT 2
[ { id: 'cff9580b2efa4a2ba84784c1ac80eb09',
'holy.addr': '7f:e8:ee:32:cd:15' } ]
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc