{
    "name": "John",
    "age": 22,
    "class": [
        "JavaScript",
        "HTML",
        "CSS"
    ],
    "hobby": {
        "reading": true,
        "gaming": false,
        "sport": "football"
    }
}