{
    "api": "YAML JSON TOON Database",
    "version": "1.0.0",
    "format": "json",
    "dataset": {
        "slug": "learning-theories",
        "title": "Learning Theories",
        "description": "Major theories of how humans and animals learn.",
        "category": "Psychology",
        "category_slug": "psychology",
        "tags": "psychology,learning,behavior",
        "view_count": 0
    },
    "data": [
        {
            "theory": "Classical Conditioning",
            "description": "Learning through association of stimuli."
        },
        {
            "theory": "Operant Conditioning",
            "description": "Learning through reinforcement and punishment."
        },
        {
            "theory": "Observational Learning",
            "description": "Learning by watching and imitating others."
        },
        {
            "theory": "Constructivism",
            "description": "Learners actively construct knowledge from experience."
        },
        {
            "theory": "Cognitive Load Theory",
            "description": "Working memory capacity limits learning and instruction."
        }
    ]
}