Skip to content

Instantly share code, notes, and snippets.

@godfern
Created May 13, 2020 07:03
Show Gist options
  • Save godfern/552664c755fa181d6c31156797b2afda to your computer and use it in GitHub Desktop.
Save godfern/552664c755fa181d6c31156797b2afda to your computer and use it in GitHub Desktop.
{
"our_chapel": {
"weekly_announcements": [
{
"title": "weekly anoucements one",
"date": "2020-03-12T20:14:20.258Z"
},
{
"title": "weekly anoucements two",
"date": "2020-03-13T20:14:20.258Z"
},
{
"title": "weekly anoucements three",
"date": "2020-03-16T20:14:20.258Z"
}
],
"village_announcements": [
{
"title": "cleanliness drive at Carona.",
"date": "2020-03-12T20:14:20.258Z"
}
],
"other_announcements": [
"additional activities one",
"wedding announcement between bla and bla"
]
},
"our_church": {
"weekly_announcements": [
{
"title": "Youth day",
"date": "2020-03-16T20:14:20.258Z"
}
],
"mass_for_the_dead": [
{
"title": "1st year remembrance mass of Mr. bla bla",
"date": "2020-03-16T20:14:20.258Z"
}
],
"other_announcements": [
"additional announcements one",
"additional announcements two"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment