如何在浏览器中将 JSON 对象编辑为表单
我有一个返回 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
https://github.com/caolan/forms 与 http://substack.net/posts/24ab8c 可能正是您正在寻找的工具!
https://github.com/caolan/forms with http://substack.net/posts/24ab8c may just be the tools you are looking for !!