{
  "type": "root",
  "children": [
    {
      "type": "paragraph",
      "children": [
        {
          "type": "text",
          "value": "This is a paragraph"
        },
        {
          "type": "break",
          "children": []
        },
        {
          "type": "text",
          "value": "still the same paragraph"
        },
        {
          "type": "break",
          "children": []
        },
        {
          "type": "text",
          "value": "stiiiiiiiiiiilllllll!!!!"
        }
      ]
    },
    {
      "type": "paragraph",
      "children": [
        {
          "type": "text",
          "value": "Another paragraph"
        }
      ]
    },
    {
      "type": "paragraph",
      "children": [
        {
          "type": "text",
          "value": "And a last paragraph."
        }
      ]
    }
  ]
}
