json-extract
v0.1.1
Published
Extract JSON values from a JSON file.
Downloads
29
Readme
json-extract
Use Node.js to extract JSON values from a JSON file.
Usage
json-extract --file path/to/a/json/file --key THE_KEY # will return the value associated with THE_KEY
Installation
npm install -g json-extract