So far the proposed data structure is parsing JSON in a similar format like this. ``` { { text: "Hi", format:"#", id:0, child:{} } } ```
So far the proposed data structure is parsing JSON in a similar format like this.