{
  "type": "root",
  "children": [
    {
      "type": "paragraph",
      "children": [
        {
          "type": "text",
          "value": "This is a paragraph with an "
        },
        {
          "type": "link",
          "data": {
            "url": "https://go'ogle.com"
          },
          "children": [
            {
              "type": "text",
              "value": "hyperlink with a simple quote"
            }
          ]
        }
      ]
    }
  ]
}
