How to access the {"field-name":"cskmetro"}
echo "{\"field-name\":\"cskmetro\"}" |jq -r '."field-name"'
will give the field value
cskmetro
How to access the {"field-name":"cskmetro"}
echo "{\"field-name\":\"cskmetro\"}" |jq -r '."field-name"'
will give the field value
cskmetro
How to access the {"field-name":"cskmetro"} echo "{\"field-name\":\"cskmetro\"}" |jq -r ...