inspect-json

0.2.0 • Public • Published

./banner

Robust manipulation and inspection of JSON data using the already familiar Chromium Devtools

  • Allows JSON to be passed in from URLs, Files and process.stdin
  • Reloads on file changes
  • All Chromium Devtools features at hand!

Installation

> npm install inspect-json

Examples

From a File:

> inspect-json example.json

From a REST Endpoint

> inspect-json https://api.github.com/users/mbostock

From process.stdin

> echo { "test": true } | inspect-json
> webpack --stats | inspect-json

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    3

Package Sidebar

Install

npm i inspect-json

Weekly Downloads

2

Version

0.2.0

License

MIT

Last publish

Collaborators

  • queckezz