Query and modify JSON, YAML, TOML, XML, and CSV files from the CLI
JSON, YAML, TOML, XML, and CSV query and modification tool
dasel$ dasel -f data.json '.users[0].name'$ dasel -f config.yaml$ dasel -f data.json -w '.settings.theme' 'dark'$ dasel -f data.json -o yaml '.'$ dasel -f records.csv '.[] | select(.status == "active")'