使用jq在bash-script中构造json

实际使用起来很简单 [#partofxmind#create json]

create json

jq -n --arg greeting world '{"hello":"\($greeting)"}'