0.2.0 • Published 9 years ago
inspect-json v0.2.0

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-jsonExamples
From a File:
> inspect-json example.jsonFrom a REST Endpoint
> inspect-json https://api.github.com/users/mbostockFrom process.stdin
> echo { "test": true } | inspect-json
> webpack --stats | inspect-jsonLicense
0.2.0
9 years ago