JSON with comments, unquoted keys, optional commas, and multiline strings.
JSON is the most popular data-interchange format. But it isn't a very good configuration language.
MAML keeps JSON’s simplicity and adds only the needed bits for a good configuration language:
MAML is human-readable and easy to parse.
IntelliJ IDEA
maml-intellij-plugin (source)
VS Code
vscode-maml (source)
Vim & Neovim
vim-maml
CodeMirror
codemirror-maml
Follow the specification for creating new implementations.
Python
maml-py MAML v0.1
C
libmaml MAML v0.1
Java
maml-java MAML v0.1
Rust
maml-rs MAML v0.1
Zig
maml-zig MAML v0.1
Go
go-maml MAML v0.1
PHP
maml-php MAML v0.1
Grammar
maml-grammar MAML v0.1 for TextMate, VitePress, Shiki, Linguist