{
  "type": "root",
  "children": [
    {
      "type": "code",
      "children": [
        {
          "type": "text",
          "value": "function hello() {\n  console.log('Hello World');\n  return true;\n}"
        }
      ]
    }
  ]
}
