Skip to main content
  1. Glossary/

Tom's Obvious Minimal Language

·41 words·1 min·
Jaume Sabater
Author
Jaume Sabater
CTO and systems engineer

Tom’s Obvious Minimal Language (TOML) is a configuration file format designed for readability and a clear, unambiguous specification. It supports key-value pairs, tables (sections), arrays, and inline tables to structure data hierarchically, making it ideal for human-readable and easy-to-edit project configurations.

Related