{
    "api": "YAML JSON TOON Database",
    "version": "1.0.0",
    "format": "json",
    "dataset": {
        "slug": "criminal-law-terms",
        "title": "Criminal Law Terms",
        "description": "Fundamental terms in criminal law.",
        "category": "Law",
        "category_slug": "law",
        "tags": "law,criminal,legal-terms",
        "view_count": 0
    },
    "data": [
        {
            "term": "Felony",
            "description": "Serious crime typically punishable by more than one year."
        },
        {
            "term": "Misdemeanor",
            "description": "Less serious offense with lighter penalties."
        },
        {
            "term": "Mens Rea",
            "description": "Mental state or intent behind a crime."
        },
        {
            "term": "Actus Reus",
            "description": "The physical act or unlawful omission."
        },
        {
            "term": "Burden of Proof",
            "description": "Obligation to prove allegations."
        },
        {
            "term": "Beyond Reasonable Doubt",
            "description": "High standard of proof required in criminal cases."
        },
        {
            "term": "Plea Bargain",
            "description": "Agreement between prosecutor and defendant to resolve a case."
        }
    ]
}