1.0.0 • Published 8 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-cliUsage
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 /version1.0.0
8 years ago