We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36f942 commit 0a64bfdCopy full SHA for 0a64bfd
readme.md
@@ -65,7 +65,7 @@ by default all matched objects are emitted. You can supply a custom JS expressio
65
66
```BASH
67
$ echo '{"name": "foo", "type": "bar"}{"name": "foobar", "type": "barfoo"}' | jsonfilter "name" --match="this === 'foo'"
68
-# foo
+"foo"
69
70
$ echo '{"name": "foo", "type": "bar"}{"name": "foobar", "type": "barfoo"}' | jsonfilter --match="this.name === 'foo'"
71
{"name": "foo", "type": "bar"}
0 commit comments