Skip to content

Commit 0fe6a3e

Browse files
committed
Quick Save
1 parent 85bbbb6 commit 0fe6a3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmds/jsoncols/jsoncols.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//
2-
// jsonpath is a command line tool for filter JSON data from standard in or specified files.
2+
// jsoncols is a command line tool for filter JSON data from standard in or specified files.
33
// 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.
45
//
56
// @author R. S. Doiel, <[email protected]>
67
//

0 commit comments

Comments
 (0)