kdabir / json-sql-console

Query json like a pro
https://json-sql-console.netlify.app
7 stars 3 forks source link
ace-editor alasql console hacktoberfest hacktoberfest2021 json query react sql

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.