我们可以通过JSON格式读取文档吗?

时间:2020-01-22 05:33:32

标签: json html-table read-the-docs

是否可以通过JSON读取文档,并且可以读取并生成具有表结构或类似类型的html页面?

例如

{
    "math": [
        {
            "Type": "A",
            "description": "Create A",
            "tags": [
                "math",
                "alpha",
            ],
            "method": "Create"
        },
        {
            "returnType": "B",
            "description": "Multiply",
            "tags": [
                "math"
            ],
            "method": "Mult"
        }
    ]
}

输出:html表格视图。像这样的东西 enter image description here

0 个答案:

没有答案