原始 json 到 html 表格格式
我想以表格格式显示原始 json,我见过 jquery 插件,但需要标题/标签来显示,就我而言,它不是预定义的(意味着 json 中可能的任何内容)。
如何以 HTML 表格格式显示它?
I want to display raw json in tabular format, I have seen jquery plugins but that need heading/labels to display, In my case, its not predefined ( means anything possible in json).
How can I display that in HTML table format ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我今天在黑客新闻上找到了这个引擎,它可能就是您正在寻找的。
Tempo - 一个小型 JSON 渲染引擎
I found this engine on Hacker News today, it might be what you're looking for.
Tempo - a tiny JSON rendering engine
https://github.com/anuary/jquery-json-to-table
该脚本正是如此 – 它允许您在 HTML 表中显示原始 JSON 数据,而无需任何预定义的模板。
https://github.com/anuary/jquery-json-to-table
This script exactly that – it allows you to display raw JSON data in HTML table without any pre-defined templates.
您还可以在 Github 上使用这个简单的项目: Json-To-HTML-Table
You can also use this simple project on Github : Json-To-HTML-Table