Skip to content

Commit 6457a22

Browse files
committed
Update MAML example
1 parent 531e34a commit 6457a22

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

index.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,10 @@ hero:
2020
author: "Anton Medvedev"
2121
}
2222
23-
# Array of objects with nested objects
23+
# Array of objects
2424
examples: [
25-
{
26-
json: {
27-
name: "JSON"
28-
born: 2001
29-
}
30-
}
31-
{
32-
maml: {
33-
name: "MAML"
34-
born: 2025
35-
}
36-
}
25+
{ name: "JSON", born: 2001 }
26+
{ name: "MAML", born: 2025 }
3727
]
3828
3929
notes: """

0 commit comments

Comments
 (0)