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"
}
]
}