{"id":32,"description":"jq - filter keys with special characters","tags":["json","programming","tools","jq"],"contents":["# If keys in json data contain special characters, the keys need to be enclosed in \"\" in the jq filter string","# e.g. ","kubectl get secrets cluster-xyz -o json | jq -r '.data.\"tls.crt\"' | base64 --decode"]}
