Performant jq wrapper supporting JSON, YAML, XML, and other formats
Performant, and portable jq wrapper to support formats other than JSON
oq$ oq '.metadata.name' config.yaml -o json$ oq '.root.items[0]' data.xml$ oq '.' input.yaml -o json > output.json