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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Myjson – A simple JSON store for your web or mobile app

40 点作者 fotoblur大约 11 年前

14 条评论

ozh大约 11 年前
Neat and simple, but that's exactly the kind of things that makes me go "too bad it's not open sourced, I could use that"
评论 #7628305 未加载
michaelmior大约 11 年前
Seems like it might be handy for testing. Certainly good to stay way from it for production apps though.
tburch大约 11 年前
I built <a href="http://jsonblob.com" rel="nofollow">http:&#x2F;&#x2F;jsonblob.com</a> for this purpose. It has an HTTP API as well as we nice GUI interface to edit your JSON. It&#x27;s open sourced and really just a thin webapp on top of mongo, so it&#x27;s easy to run your own.
评论 #7628638 未加载
alxeder大约 11 年前
A JSON literal is also valid JSON. Therefore 4, &quot;test&quot; and true should be saveable without a object wrapper
评论 #7628686 未加载
donbronson大约 11 年前
Could be used for notepad API or something public. That said, it seems that services like Parse and Firebox seem more robust and also have faster response times.
tyleregeto大约 11 年前
I can&#x27;t see the use case of this. If it was editable after saving then that would make sense, but this is just static. And being static, you&#x27;re better off just bundling it with the app. Unless I&#x27;m missing something?<p>Nice presentation though, the site looks nice.<p>EDIT: I see you can create and update through the HTTP API, which makes it much more useful.
评论 #7629669 未加载
jackmaney大约 11 年前
Neat, but it would be neater if this were open source and running on https.
评论 #7628586 未加载
goblin89大约 11 年前
Why not use <a href="https://www.firebase.com" rel="nofollow">https:&#x2F;&#x2F;www.firebase.com</a>? Seems more reliable (Privacy Policy, ToS, SLA) and easier to start using, and it has a free tier if you need something quick for development.
ImJasonH大约 11 年前
I built a similar thing, in Go on App Engine: <a href="https://github.com/imjasonh/simply-put" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;imjasonh&#x2F;simply-put</a>
Edmond大约 11 年前
for anyone interested in a an easy tool for building JSON store&#x2F;APIs, you might find HiveMind (crudzilla.com) useful, I am the developer.<p>Here&#x27;s a simple screencast: <a href="http://crudzilla.com/assets/img/info-graphics/instantiator.gif" rel="nofollow">http:&#x2F;&#x2F;crudzilla.com&#x2F;assets&#x2F;img&#x2F;info-graphics&#x2F;instantiator.g...</a><p>There&#x27;s a lot that you can with it, in terms of generating JSON.
gregbarbosa大约 11 年前
For testing purposes, wouldn&#x27;t using Dropbox suffice as well? It gives a quick way to update the JSON and see changes occur near live in app?
评论 #7628282 未加载
graham1776大约 11 年前
Could you do this for an excel document (database)?<p>It would be cool to be able to drag and drop an excel document into here and call it with a url.
techaddict009大约 11 年前
Seems simple and useful like jsfiddle. I will really use this in my app.
ff7c11大约 11 年前
Maximum nesting depth of 100 :( or else it says it&#x27;s invalid JSON.
评论 #7628486 未加载