Export Formats

Detailed export format documentation is under construction.

Eucalypt can export to the following formats:

FormatFlagNotes
YAML(default)Default output format
JSON-j or -x jsonCompact JSON output
TOML-x tomlTOML output
EDN-x ednEDN output
Text-x textPlain text output

The output format can also be inferred from the output file extension when using -o:

eu input.eu -o output.json  # infers JSON format
eu input.eu -o output.toml  # infers TOML format