Skip to content

kdabir/json-sql-console

Repository files navigation

json-sql-console

Query json like a pro

image

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)

Developing

$ npm start

Build

$ make build

Deploy

$ make deploy

About

Built using React, Ace, Alasql

This project was bootstrapped with Create React App. You can find the most recent version of the guide here.