Given
{ "id" :1,
"plankVal" : 2,
"planklist" : ['one','two','three','four']
}
I am looking for something like:
jq '.planklist'
one,two,three,four
Given
{ "id" :1,
"plankVal" : 2,
"planklist" : ['one','two','three','four']
}
I am looking for something like:
jq '.planklist'
one,two,three,four