• @Gremour
    link
    15 months ago

    YAML for human-written files, JSON for back-to-front and protobuf for back-to-back. XML is an abomination.

    • @renzevOP
      link
      25 months ago

      YAML is good for files that have a very flexible structure or need to define a series of steps. Like github workflows or docker-compose files. For traditional config files with a more or less fixed structure, TOML is better I think