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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: a small weekendish project - JSON Blob

106 点作者 tburch超过 12 年前

18 条评论

toki5超过 12 年前
I'm a touch confused -- <a href="http://www.jsoneditoronline.org/" rel="nofollow">http://www.jsoneditoronline.org/</a><p>Is this your site as well?
评论 #4997846 未加载
callmeed超过 12 年前
Very awesome. I use <a href="http://jsonviewer.stack.hu/" rel="nofollow">http://jsonviewer.stack.hu/</a> often but this looks much cleaner.<p>Do you plan to keep it up indefinitely or open-source it?
评论 #4998977 未加载
fredsted超过 12 年前
Nice job. I love these kinds of small helper/utility sites, it's big part of why I follow HN.<p>Is there a directory of sites like this somewhere, by the way?
评论 #4998540 未加载
ericcholis超过 12 年前
Could be useful if one was writing an DB Admin backend for MongoDB.
评论 #4998709 未加载
geuis超过 12 年前
Nicely done, sir. Wasn't exactly sure what the true power was for a minute. I really like the json editor, but what really sells it is being able to have mock urls that actually function. Perfect for setting up a data source via the api for use among multiple engineers. You should somehow make that bit of info more prominent in the demo.
评论 #5001096 未加载
jarofgreen超过 12 年前
"This page is asking you to confirm that you want to leave - data you have entered may not be saved."<p>... far to sensitive. You can press "clear" in the toolbar then try to close the browser tab and it'll pop up on a empty document.<p>Personally, I wouldn't have that at all.<p>Apart from that, it looks very nice. Many options for manipulating the JSON object, cool!
e1ven超过 12 年前
Nice! I have to use things like this all the time when debugging writes to mongo, so this is really neat. I like the design, although being able to resize the windows would be nice. On my 17" Macbook, there's more unused space that I really need.<p>It's also really cool that you can save/restore - I could see this being used like jsFiddle.<p>GL!
BillSaysThis超过 12 年前
I like the idea bu... When adding new key/value pairs, the text 'field' and 'value' should either be placeholders or selected on focus so a user's first keypress wipes those strings from the field. Having to manually select all is not intuitive and forces the user to do work easily done by the computer.
Erwin超过 12 年前
Regarding the presentation part of this, even if you don't use it for exchanging data, serializing JSON to YAML can output a nicely readable and terse structure. The example JSON ends up looking like this: <a href="http://pastebin.com/gw6SGz4U" rel="nofollow">http://pastebin.com/gw6SGz4U</a>
mahmoudimus超过 12 年前
This is awesome :) I'm looking for a way to interactively build something like this into our documentation at <a href="https://balancedpayments.com/docs/api" rel="nofollow">https://balancedpayments.com/docs/api</a>
评论 #5009596 未加载
arms超过 12 年前
Very nice. This is one of those things where I don't need it right now, but in 2 weeks I'll be thinking "where the hell is that bookmark..." :)
syassami超过 12 年前
Nice, an upgrade from <a href="http://json.parser.online.fr/" rel="nofollow">http://json.parser.online.fr/</a> for quick looks at json.
hnriot超过 12 年前
When I try to upload json it never seems to finish. Chrome/Linux<p>Other than that, I like it a lot. Very cool side project
kodablah超过 12 年前
Very clean. FYI, when saving I get a URL like undefined/api/jsonBlob/50e46e66e4b006ece99dff64.
评论 #4997892 未加载
officialjunk超过 12 年前
Cool. FYI, the items within the drop downs are not usable on my idevice
cryowaffle超过 12 年前
The link to jsoneditoronline.org on the About page is incorrect.
评论 #4998020 未加载
cdcarter超过 12 年前
This would be great to tie into CouchDBs admin interface!
evan_超过 12 年前
it would be nice if I could give it a jsonp URL and a callback function name