yq

Command-line YAML processor - jq wrapper for YAML documents
  https://github.com/kislyuk/yq
  0
  no reviews



Yq transcodes YAML documents to JSON and passes them to jq. The package also includes xq, which transcodes XML to JSON using xmltodict and pipes it to jq, and tomlq, which uses the toml library to transcode TOML to JSON, then pipes it to jq