@unito/integration-sdk
Version:
Integration SDK
49 lines (48 loc) • 838 B
JSON
{
"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."
}
]
}
]
}