Skip to content

kdabir/json-sql-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Releases

No releases published

Packages

 
 
 

Contributors