{
    "article": [
        {
            "title": "Different Usage of Content",
            "priority": 3,
            "content": [
                {
                    "name": "Nested Structure",
                    "type": "text",
                    "data": [
                        {
                            "info": "docoGen Project is an open source project for more convenient and widely used in document generation. If you are interest in this project or repository, please contect with us and feel free to ask us any question. We are very welcome you to join our group."
                        },
                        {
                            "info": "docoGen WebUI is supported from docoGen package which can generate web page to demostrate the document. docoGen WebUI is based on Sementic UI React currently. In future, we will support more web UI library and become more flexible to use."
                        }
                    ],
                    "figure": [{
                            "path": "../img/ToolBuddy-logo.png",
                            "align": "",
                            "size": "",
                            "caption": "ToolBuddy Logo"
                        }, {
                            "path": "../img/ToolBuddy-logo.png",
                            "align": "",
                            "size": "",
                            "caption": "ToolBuddy Logo"
                        }, {
                            "path": "../img/ToolBuddy-logo.png",
                            "align": "",
                            "size": "",
                            "caption": "ToolBuddy Logo"
                        }
                    ],
                    "subarticle": [
                        {
                            "title": "Sub-article 1",
                            "content": [
                                {
                                    "name": "Make the world a better place.",
                                    "type": "text",
                                    "data": [
                                        {
                                            "info": "docoGen Project is an open source project for more convenient and widely used in document generation. If you are interest in this project or repository, please contect with us and feel free to ask us any question. We are very welcome you to join our group."
                                        },
                                        {
                                            "info": "docoGen WebUI is supported from docoGen package which can generate web page to demostrate the document. docoGen WebUI is based on Sementic UI React currently. In future, we will support more web UI library and become more flexible to use."
                                        }
                                    ]
                                }
                            ]
                        },
                        {
                            "title": "Sub-article 2",
                            "content": [
                                {
                                    "name": "Make the world a better place.",
                                    "type": "text",
                                    "data": [
                                        {
                                            "info": "docoGen Project is an open source project for more convenient and widely used in document generation. If you are interest in this project or repository, please contect with us and feel free to ask us any question. We are very welcome you to join our group."
                                        },
                                        {
                                            "info": "docoGen WebUI is supported from docoGen package which can generate web page to demostrate the document. docoGen WebUI is based on Sementic UI React currently. In future, we will support more web UI library and become more flexible to use."
                                        }
                                    ]
                                }
                            ]
                        }
                    ]
                },
                {
                    "name": "List Structure",
                    "type": "list",
                    "data": [
                        {
                            "name": "List 1",
                            "subitems": [
                                {
                                    "name":"List 1-1"
                                },
                                {
                                    "name":"List 1-2",
                                    "subitems": [
                                        { "name": "List 1-2-1" },
                                        { 
                                            "name": "List 1-2-2", 
                                            "subitems": [ { "name": "List 1-2-2-1" } ] 
                                        }
                                    ]
                                },
                                {
                                    "name": "List 1-3"
                                }
                            ]
                        },
                        {
                            "name": "List 2"
                        }
                    ],
                    "figure": [
                        {
                            "path": "../img/ToolBuddy-logo.png",
                            "align": "",
                            "size": "",
                            "caption": "ToolBuddy Logo"
                        }, {
                            "path": "../img/ToolBuddy-logo.png",
                            "align": "",
                            "size": "",
                            "caption": "ToolBuddy Logo"
                        }, {
                            "path": "../img/ToolBuddy-logo.png",
                            "align": "",
                            "size": "",
                            "caption": "ToolBuddy Logo"
                        }
                    ]
                }
            ]
        }
    ]
}