Problem
Rich text in apps like Notion are represented in a JSON-based format for consistency and specificity. A simplified version for a nested list might look something like this:
[
{ "text": "One", "indent": 0, "type": "ordered" },
{ "text": "Two", "indent": 0, "type": "ordered" },
{ "text": "Alpha", "indent": 1, "type": "bullet" },