{
    "article": [
        {
            "title": "Table Structure",
            "priority": 4,
            "content": [
                {
                    "name": "Table Demo 1",
                    "type": "table",
                    "data": [
                        {
                            "title": "Name",
                            "value": [ "Kevin","Eric","Lu","Cyu","Lai" ]
                        },
                        {
                            "title": "Age",
                            "value": [ "23", "22", "24","52","50" ]
                        },
                        {
                            "title": "Job",
                            "value": [ "programmer", "student", "engineer", "professor", "soldier" ]
                        }
                    ],
                    "figure": [
                        {
                            "path": "../img/ToolBuddy-logo.png",
                            "align": "",
                            "size": "",
                            "caption": "ToolBuddy Logo"
                        }
                    ]
                },
                {
                    "name": "Table Demo 2",
                    "type": "table",
                    "data": [
                        {
                            "title": "Name",
                            "value": [ "Kevin","Eric","Lu","Cyu","Lai" ]
                        },
                        {
                            "title": "Age",
                            "value": [ "23", "22", "24","52","50" ]
                        },
                        {
                            "title": "Job",
                            "value": [ "programmer", "student", "engineer", "professor", "soldier" ]
                        }
                    ],
                    "figure": [
                        {
                            "path": "../img/ToolBuddy-logo.png",
                            "align": "",
                            "size": "",
                            "caption": "ToolBuddy Logo"
                        }
                    ]
                }
            ]
        }
    ]
}