MAML – a new configuration language (similar to JSON, YAML, and TOML)
9 hours ago
- #data-format
- #configuration
- #minimalism
- MAML is a minimal, human-readable, and machine-parsable language.
- It is designed to be a better configuration language than JSON, keeping JSON's simplicity while adding necessary improvements.
- MAML supports nested objects, arrays of objects, and multiline strings with preserved formatting.
- The language is brand-new, encouraging the creation of new implementations following its specification.
- Example uses include configuration files, with a simple and readable syntax.