📝 JSON 格式範例 (3組單字)
[
{
"word": "Adventure",
"syllables": ["Ad", "ven", "ture"],
"meaning": "冒險",
"root": "ad- (to) + venire (come)",
"sentence": "We went on an adventure.",
"sentence_trans": "我們去冒險了。"
},
{
"word": "Beautiful",
"syllables": ["Beau", "ti", "ful"],
"meaning": "美麗的",
"root": "beaute (beauty) + -ful (full of)",
"sentence": "The flowers are beautiful.",
"sentence_trans": "這些花很美。"
},
{
"word": "Celebration",
"syllables": ["Cel", "e", "bra", "tion"],
"meaning": "慶祝",
"root": "celeber (honored)",
"sentence": "Let's have a celebration!",
"sentence_trans": "我們來慶祝吧!"
}
]