tastott / jsoql

A SQL-like language for querying JSON data
http://tastott.github.io/jsoql
3 stars 1 forks source link

JSOQL logo

JavaScript Object Query Language

A SQL-like language for querying JSON data.

Please note: it may have a cool logo, but this project is very much a work in progress.

Online demo

Wiki

Examples

Command-line tool

Install

> npm install jsoql -g

Run

> jsoql query -q "SELECT * FROM 'file://mydata.json' WHERE foo = 'bar'"

GUI

Install

> npm install jsoql-pad -g

Run

> jsoql-pad

Coming soon

Credits

This project relies heavily on some really cool libraries: