How do you remove quotes from output?

Viewed 33

I don't see a corresponding option in yq to what jq has:

  -r               output raw strings, not JSON texts;

My exact usage is:

cat example.xml | yq --input-format xml --output-format  json
0 Answers
Related