Query and modify JSON, YAML, TOML, XML, and CSV data
JSON, YAML, TOML, XML, and CSV query and modification tool
dasel$ dasel -f data.json '.user.name'$ dasel -f config.yaml -o json '.database.host'$ dasel put string -f data.json '.user.email' 'new@example.com'