html-to-article-json
Version:
Converting HTML to article-json
64 lines (63 loc) • 1.27 kB
JSON
[
{
"type": "paragraph",
"children": [{
"type": "text",
"mark": false,
"markClass": null,
"content": "Divs are also text",
"href": null,
"bold": false,
"italic": false,
"strikethrough": false
}]
}, {
"type": "paragraph",
"children": [{
"type": "text",
"mark": false,
"markClass": null,
"content": "Some text",
"href": null,
"bold": false,
"italic": false,
"strikethrough": false
}]
}, {
"type": "paragraph",
"children": [{
"type": "text",
"mark": false,
"markClass": null,
"content": "Some text in a div",
"href": null,
"bold": false,
"italic": false,
"strikethrough": false
}]
}, {
"type": "header1",
"children": [{
"type": "text",
"mark": false,
"markClass": null,
"content": "And a header",
"href": null,
"bold": false,
"italic": false,
"strikethrough": false
}]
}, {
"type": "paragraph",
"children": [{
"type": "text",
"mark": false,
"markClass": null,
"content": "Text in a form",
"href": null,
"bold": false,
"italic": false,
"strikethrough": false
}]
}
]