TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How can I have clients edit structured JSON for data collaboration?

2 点作者 aosaigh大约 1 年前
I regularly build apps that have semi-static data sets that I define with JSON objects.<p>Usually the client will send me something like a spreadsheet or doc and I’ll translate it into a JSON object to feed into an app.<p>The client will often then need to update the data. Instead of:<p>A) Having them send me another spreadsheet that I need to convert again then merge with the app data<p>B) Give them access to the app data directly<p>I’d love some sort of collaborative JSON editing interface that we could work on, where the schema of the object is fixed so that they can’t mess it up.<p>Does anyone know of something like this?

1 comment

dorin_vlas大约 1 年前
Jupyterlab had some sort of collaboration engine&#x2F;plug-in that could potentially fill your requirements