CelebratingChristmas/json/quotes.json

24 lines
951 B
JSON
Raw Permalink Normal View History

2025-07-09 03:20:16 -04:00
{
"christmasQuotes": [
{
"quote": "You can mess with a lot of things, but you can't mess with kids on Christmas",
"attribution": "Kevin McCallister, \"Home Alone 2: Lost in New York\""
},
{
"quote": "I never thought it was such a bad little tree. Its not bad at all really. Maybe it just needs a little love.",
"attribution": "Charlie Brown, \"A Charlie Brown Christmas\""
},
{
"quote": "Christmas was on its way. Lovely, glorious, beautiful Christmas, upon, which the entire kid year revolved.",
"attribution": "Ralphie, \"A Christmas Story\""
},
{
"quote": "Just remember, the true spirit of Christmas lies in your heart.",
"attribution": "Santa, \"The Polar Express\""
},
{
"quote": "Seeing is believing, but sometimes the most real things in the world are the things we cant see.",
"attribution": "Conductor, \"The Polar Express\""
}
]
}