原始 json 到 html 表格格式

发布于 2024-10-24 18:01:50 字数 108 浏览 1 评论 0原文

我想以表格格式显示原始 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

寂寞陪衬 2024-10-31 18:01:50

我今天在黑客新闻上找到了这个引擎,它可能就是您正在寻找的。

Tempo - 一个小型 JSON 渲染引擎

I found this engine on Hacker News today, it might be what you're looking for.

Tempo - a tiny JSON rendering engine

此生挚爱伱 2024-10-31 18:01:50

jQuery JSON-to-table 插件(演示)是一个 jQuery 插件,
可以在 HTML 表格中表示分层数据(JSON)。

该脚本旨在处理可通过的所有数据类型
JSON。任何时候都只显示一层数据。数据树可以
无需刷新页面即可从一个节点导航到另一个节点。

https://github.com/anuary/jquery-json-to-table

该脚本正是如此 – 它允许您在 HTML 表中显示原始 JSON 数据,而无需任何预定义的模板。

jQuery JSON-to-table plugin (demonstration) is a jQuery plugin that
can represent hierarchical data (JSON) in HTML table.

The script is developed to handle all data types passable through
JSON. At any time only one level of data is shown. The data tree can
be navigated from node-to-node without refreshing the page.

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.

梦里°也失望 2024-10-31 18:01:50

您还可以在 Github 上使用这个简单的项目: Json-To-HTML-Table

You can also use this simple project on Github : Json-To-HTML-Table

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文