jmespath / jmespath.site

The repo for the jmespath.org website.
http://jmespath.org/
Apache License 2.0
56 stars 51 forks source link

How can I return strings without quotes? #114

Closed justinmchase closed 1 year ago

justinmchase commented 1 year ago

example

# using the azure cli
az extension show --name alias --query "@.name"

returns

"alias"

What is the query syntax to remove unwanted quotes from return results?

springcomp commented 1 year ago

--output tsv