jaq (pronounced /ʒaːk/, like Jacques1) is a clone of the JSON data processing tool jq. It has a few features not present in jq, such as support for the data formats YAML, CBOR, TOML, and XML. jaq has an own manual. You can try jaq on the playground. jaq is two things at a time: A command-line program, jaq, that can be used as drop-in replacement for jq. A library, jaq-core, that can be used to com

