We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85bbbb6 commit 0fe6a3eCopy full SHA for 0fe6a3e
cmds/jsoncols/jsoncols.go
@@ -1,6 +1,7 @@
1
//
2
-// jsonpath is a command line tool for filter JSON data from standard in or specified files.
+// jsoncols is a command line tool for filter JSON data from standard in or specified files.
3
// It was inspired by [jq](https://github.com/stedolan/jq) and [jid](https://github.com/simeji/jid).
4
+// It facilitates extract one or more columns of data from a JSON document.
5
6
// @author R. S. Doiel, <[email protected]>
7
0 commit comments