2 lines
48 B
Text
2 lines
48 B
Text
$ jq -n -M --arg x 1 '$x|type' # (*)
|
|
"string"
|
$ jq -n -M --arg x 1 '$x|type' # (*)
|
|
"string"
|