{
    "error": false,
    "amount": 2,
    "jokes": [
        {
            "category": "Programming",
            "type": "twopart",
            "setup": "Why do they call it hyper terminal?",
            "delivery": "Too much Java.",
            "flags": {
                "nsfw": false,
                "religious": false,
                "political": false,
                "racist": false,
                "sexist": false,
                "explicit": false
            },
            "id": 225,
            "safe": true,
            "lang": "en"
        },
        {
            "category": "Programming",
            "type": "single",
            "joke": "// This line doesn't actually do anything, but the code stops working when I delete it.",
            "flags": {
                "nsfw": false,
                "religious": false,
                "political": false,
                "racist": false,
                "sexist": false,
                "explicit": false
            },
            "id": 12,
            "safe": true,
            "lang": "en"
        }
    ]
}