1.0.0 • Published 7 years ago
jsonref-cli v1.0.0
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
1.0.0
7 years ago