Command-line tool to query a JSON document using the JSON Pointer syntax
npm install jsonref-cliCommand-line tool to query a JSON document using the JSON Pointer syntax



``bash`
$ npm install -g jsonref-cliUsage
`bash
jsonref [-f file] [-j]
-f file, json file to parse (by the it read from stdin)
-j, produce a JSON output
`
Example:
`bash``
$ cat package.json | jsonref /version