Skip to content

๐Ÿ”Ž Browse, filter and manipulate your JSON inside the browser

Notifications You must be signed in to change notification settings

jorilallo/jsonbrowse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

55 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

JSON Browse

screenshot 2016-12-06 00 20 30

Browse, filter and manipulate your JSON inside the browser.

  • Fetch local and external JSON or paste local code
  • Filter JSON like you would filter JS objects in the browser (e.g. data.values[1].message)
  • Copy filtered output to your clipboard as a javascript object or JSON string
  • Manipulate filtered output in your browser's javascript console

Live version hosted at jsonbrowse.com.

Installation

To run development server:

git clone https://github.com/jorilallo/jsonbrowse.git
cd jsonbrowse

npm install
npm run dev

To build and start production server:

npm run build
npm run start

JSON Browse is build using next.js, styled-components and easily deployable using now.

Dependencies

JSON Browse's all external requests are proxied with jsonbrowse-proxy which only adds CORS headers (no logging is performed). Local requests are made directly so calling localhost is possible.

License

MIT

About

๐Ÿ”Ž Browse, filter and manipulate your JSON inside the browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published