We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb517c8 commit 21eb3beCopy full SHA for 21eb3be
1 file changed
README.md
@@ -4,6 +4,10 @@
4
5
This is an implementation of [JSON Pointer](http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-08).
6
7
+## CLI
8
+
9
+Looking to filter JSON from the command line? Check out [jsonpointer-cli](https://github.com/joeyespo/jsonpointer-cli).
10
11
## Usage
12
```javascript
13
var jsonpointer = require('jsonpointer');
0 commit comments