如何在浏览器中将 JSON 对象编辑为表单

发布于 2024-12-11 11:41:03 字数 146 浏览 0 评论 0原文

我有一个返回 JSON 对象的商店。我想将 JSON 对象显示为具有可编辑值的表单。用户还可以向现有对象添加新的键值对,并在提交时将新的 JSON 对象发布到 API。

是否有任何现有的库或工具可以让我做到这一点。我希望用 Javascript 编写最少的代码。

I have a store which returns a JSON object. I want to display the JSON object as a form with the value which is editable. Also the user can add new key value pairs to the existing object and on submit the New JSON object should be posted to the API.

Are there any existing libraries or tools which allow me to do it. I am looking to code minimally in Javascript.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

誰認得朕 2024-12-18 11:41:03

https://github.com/caolan/formshttp://substack.net/posts/24ab8c 可能正是您正在寻找的工具!

https://github.com/caolan/forms with http://substack.net/posts/24ab8c may just be the tools you are looking for !!

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