在jq中,如何将JSON转换为字符串key=value?
key=value
从:
{ "var": 1, "foo": "bar", "x": "test" }
至:
var=1 foo=bar x=test
bash json jq
bash ×1
jq ×1
json ×1