File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 2222
2323 # Array of objects
2424 examples: [
25- { name: "JSON", born: 2001 }
26- { name: "MAML", born: 2025 }
25+ {
26+ name: "JSON", born: 2001
27+ }
28+ {
29+ name: "MAML", born: 2025
30+ }
2731 ]
2832
2933 notes: """
@@ -43,6 +47,7 @@ JSON is the most popular _data-interchange_ format. But it isn't a very good _co
43472 . Multiline raw strings
44483 . Optional commas
45494 . Optional key quotes
50+ 5 . Ordered key-value objects
4651
4752** MAML** is human-readable and _ easy to parse_ .
4853
@@ -79,6 +84,12 @@ MAML is a brand-new language, so feel free to create new implementations followi
7984* PHP <br />
8085 [ maml-php] ( https://github.com/maml-dev/maml-php ) [ work in progress]
8186
87+ * Grammar <br />
88+ [ maml-grammar] ( https://github.com/maml-dev/maml-grammar ) <Badge type =" tip " text =" MAML v0.1 " /> for TextMate,
89+ VitePress, Shiki, Linguist
90+
8291## Projects Using MAML
8392
93+ * [ google/zx] ( https://github.com/google/zx )
8494* [ Envi] ( https://envi.codecompose.dev )
95+ * Add your project too!
You can’t perform that action at this time.
0 commit comments