{
    "api": "YAML JSON TOON Database",
    "version": "1.0.0",
    "format": "json",
    "dataset": {
        "slug": "poetry-devices",
        "title": "Poetry Devices",
        "description": "Common literary devices used in poetry.",
        "category": "Literature",
        "category_slug": "literature",
        "tags": "literature,poetry,devices",
        "view_count": 0
    },
    "data": [
        {
            "device": "Alliteration",
            "description": "Repetition of the same initial consonant sounds."
        },
        {
            "device": "Assonance",
            "description": "Repetition of vowel sounds in nearby words."
        },
        {
            "device": "Metaphor",
            "description": "Direct comparison between unlike things."
        },
        {
            "device": "Simile",
            "description": "Comparison using like or as."
        },
        {
            "device": "Personification",
            "description": "Giving human qualities to non-human things."
        },
        {
            "device": "Onomatopoeia",
            "description": "Words that imitate sounds."
        },
        {
            "device": "Rhyme",
            "description": "Correspondence of sounds between words."
        }
    ]
}