{
  "type": "root",
  "children": [
    {
      "type": "code",
      "data": {
        "lang": "options:\"title=Bar.java|borderStyle=solid\""
      },
      "children": [
        {
          "type": "text",
          "value": "\n// Some comments here\npublic String getFoo()\n{\n    return foo;\n}\n"
        }
      ]
    },
    {
      "type": "code",
      "data": {
        "lang": "options:\"title=Bar.java|borderStyle=solid\""
      },
      "children": [
        {
          "type": "text",
          "value": "\n// Some comments here\npublic String getFoo()\n{\n    return foo;\n}\n"
        }
      ]
    },
    {
      "type": "code",
      "data": {
        "lang": "java"
      },
      "children": [
        {
          "type": "text",
          "value": "\n// Some comments here\npublic String getFoo()\n{\n    return foo;\n}\n"
        }
      ]
    }
  ]
}
