{
    "nodes": [
        {
            "type": "CODE_BLOCK",
            "id": "example-id",
            "nodes": [
                {
                    "type": "TEXT",
                    "id": "",
                    "textData": {
                        "text": "console.log('Hello, world!');\nconsole.log(new Date);"
                    }
                }
            ],
            "codeBlockData": {}
        }
    ]
}
