jsonref-cli
v1.0.0
Published
Command-line tool to query a JSON document using the JSON Pointer syntax
Downloads
19
Readme
jsonref-cli
Command-line tool to query a JSON document using the JSON Pointer syntax
Install
$ npm install -g jsonref-cli
Usage
jsonref [-f file] [-j] <path>
-f file, json file to parse (by the it read from stdin)
-j, produce a JSON output
Example:
$ cat package.json | jsonref /version