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 -j, produce a JSON output
Example:
$ cat package.json | jsonref /version