TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

40 pointsby fotoblurabout 11 years ago

14 comments

ozhabout 11 years ago
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 未加载
michaelmiorabout 11 years ago
Seems like it might be handy for testing. Certainly good to stay way from it for production apps though.
tburchabout 11 years ago
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 未加载
alxederabout 11 years ago
A JSON literal is also valid JSON. Therefore 4, &quot;test&quot; and true should be saveable without a object wrapper
评论 #7628686 未加载
donbronsonabout 11 years ago
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.
tyleregetoabout 11 years ago
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 未加载
jackmaneyabout 11 years ago
Neat, but it would be neater if this were open source and running on https.
评论 #7628586 未加载
goblin89about 11 years ago
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.
ImJasonHabout 11 years ago
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>
Edmondabout 11 years ago
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.
gregbarbosaabout 11 years ago
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 未加载
graham1776about 11 years ago
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.
techaddict009about 11 years ago
Seems simple and useful like jsfiddle. I will really use this in my app.
ff7c11about 11 years ago
Maximum nesting depth of 100 :( or else it says it&#x27;s invalid JSON.
评论 #7628486 未加载