{
  "type": "root",
  "children": [
    {
      "type": "paragraph",
      "children": [
        {
          "type": "strong",
          "children": [
            {
              "type": "text",
              "value": "bold text!!"
            }
          ]
        }
      ]
    },
    {
      "type": "paragraph",
      "children": [
        {
          "type": "emphasis",
          "children": [
            {
              "type": "strong",
              "children": [
                {
                  "type": "text",
                  "value": "italic and bold text!!"
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
