jasonsilberman / jsonbrowse

Browse, filter and manipulate your JSON inside the browser

Home Page:https://jsonbrowse.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://jsonbrowse.com


Languages

Language:JavaScript 95.6%Language:CSS 4.4%