-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtwelve_days.json
21 lines (21 loc) · 906 Bytes
/
twelve_days.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"startOfVerse": "On the",
"event": "day of Christmas,",
"giver":"my true love",
"action": "gave to me,",
"joinLastDay": "And",
"days": [
{ "ordinal":"first", "gift":"a partridge in a pear tree"},
{ "ordinal":"second", "gift":"Two turtle doves"},
{ "ordinal":"third", "gift":"Three french hens"},
{ "ordinal":"fourth", "gift":"Four calling birds"},
{ "ordinal":"fifth", "gift":"Five gold rings"},
{ "ordinal":"sixth", "gift":"Six geese a laying"},
{ "ordinal":"seventh", "gift":"Seven swans a swimming"},
{ "ordinal":"eighth", "gift":"Eight maids a milking"},
{ "ordinal":"ninth", "gift":"Nine ladies dancing"},
{ "ordinal":"tenth", "gift":"Ten lords a leaping"},
{ "ordinal":"eleventh", "gift":"Eleven pipers piping"},
{ "ordinal":"twelfth", "gift":"Twelve drummers drumming"}
]
}