TOML

  • hasFeature
    • allows comments
    • hasSource https://blog.heroku.com/why-buildpacks-use-toml
      • "designed to be human readable, which is why it favors simple structures."
        • doesn’t rely on significant whitespace with difficult to read indentation
      • "easy for machines to read and write"
        • can append to a TOML file without reading it first, which makes it a great data interchange format

Resources


Backlinks