0

is there a way to pass JSON to read the docs and it can read and generate a html page with table structure or something of similar sorts?

E.g.

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

output: an html table view. something like this enter image description here

0 Answers0