Dasel: Select, put and delete data from JSON, TOML, YAML, XML and CSV

Dasel (short for data-selector) is a tool that allows users to query and modify data structures using selector strings, supporting JSON, YAML, TOML, XML, and CSV with no runtime dependencies. One tool to rule them all, Dasel uses a standard selector syntax across all data formats, eliminating the need to learn multiple tools. Available for Linux, Mac, and Windows, Dasel can be installed via various methods and offers features such as querying, updating, creating data files, and converting between formats. The tool is faster than jq and yq, with up to 3x and 15x speed improvements, respectively. For more information, visit the official documentation and try out the playground for testing commands.

https://github.com/TomWright/dasel

To top