Skip to content

Commit d04dc67

Browse files
committed
Update index.md with MAML description and FAQ
1 parent 609c903 commit d04dc67

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ hero:
66
tagline: "Minimal. Human-readable. Machine-parsable."
77
---
88

9-
109
```maml
1110
{
1211
project: "MAML"
@@ -44,3 +43,11 @@ Keeps formatting as-is.
4443
}
4544
```
4645

46+
**MAML** is a minimal configuration language: easy for humans to write and trivial for machines to parse. It keeps
47+
JSON’s strictness and braces, adds only what helps—newline separators, raw triple-quoted multiline strings, and `#`
48+
comments—defines ordered objects, and provides one clear spec so implementations agree.
49+
50+
## FAQ
51+
52+
1. [What's MAML different from JSONC and JSON5?](https://github.com/maml-dev/maml/issues/1)
53+

0 commit comments

Comments
 (0)