Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Remove Double Quotes From Strings In jq Output

Use the [TODO: Code shorthand span ] flag to remove double quotes from output strings :

echo '["alfa"]' | jq -r '.[0]'
results full

vs. without the [TODO: Code shorthand span ] :

echo '["alfa"]' | jq '.[0]'h
results full