Convert JSON to HTML Tree

前端 未结 6 1736
悲&欢浪女
悲&欢浪女 2020-12-13 16:03

I would like to generate an HTML tree (preferably UL-LI) from the JSON example below. Does anyone have a simple, recursive JS function (not a framework) tha

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-13 16:22

    Check out the jquery plugin JSON2HTML, it's a little simpler to use than PURE and I've used it on a couple of site's I've created.

    http://json2html.com

提交回复
热议问题