Query json like a pro
json data from https://www.sitepoint.com/colors-json-example/
Example queries:
select color, code->hex
from ?
where type = 'primary'
select color, code->hex
from ?
where code->rgba->includes(255)
$ npm start
$ make build
$ make deploy
Built using React, Ace, Alasql
This project was bootstrapped with Create React App. You can find the most recent version of the guide here.