Skip to content

Commit d84cd77

Browse files
committed
2 parents 9645662 + a54d674 commit d84cd77

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cmds/jsoncols/jsoncols.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ returning the results in columns. This is helpful in flattening content
2727
extracted from JSON blobs. The default delimiter for each value
2828
extracted is a comma. This can be overridden with an option.
2929
30-
+ EXPRESSION can be an empty stirng or dot notation for an object's path
30+
+ EXPRESSION can be an empty string or dot notation for an object's path
3131
+ INPUT_FILENAME is the filename to read or a dash "-" if you want to
3232
explicitly read from stdin
3333
+ if not provided then %s reads from stdin

how-to/jsoncols/blob2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"Fred","id":1,"counts":[10,9,8,7],"map":{"one":1,"two":2,"three":3}}

0 commit comments

Comments
 (0)