Read/Write formats

Dasel supports a number of file formats out of the box.

Format
Read
Write
Notes

json

yaml

csv

Flags available. All values read/written as strings.

toml

Generally working. Unsorted maps.

ini

Implementation planned.

dasel

This is not a real format, but instead allows dasel literals to be parsed on input strings.

Last updated