8 lines
86 B
Text
8 lines
86 B
Text
$ jq -n -f Dinesman.jq
|
|
[
|
|
"Smith",
|
|
"Cooper",
|
|
"Baker",
|
|
"Fletcher",
|
|
"Miller"
|
|
]
|