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.

Show HN: JSON Browse – Fetch, filter and manipulate your JSON inside the browser

138 pointsby jordeover 8 years ago

9 comments

nacsover 8 years ago
Looks like the HN effect is happening already -- the &quot;Demo&quot; link to Github shows this:<p><pre><code> { &quot;message&quot;: &quot;API rate limit exceeded for 52.53.190.53. (But here&#x27;s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)&quot;, &quot;documentation_url&quot;: &quot;https:&#x2F;&#x2F;developer.github.com&#x2F;v3&#x2F;#rate-limiting&quot; }</code></pre>
GordonSover 8 years ago
I&#x27;m colour-blind, and Firefox the text in the console is completely unreadable to me. The Firefox console background is grey (I think), while the text is blue or purple (I think) and I can&#x27;t make it out against the background.
评论 #13419315 未加载
jordacheover 8 years ago
Chrome devtools? I feel the collapsed tree visualization of parsed JSON is already sufficient.<p>I&#x27;ll just access the API I need within the authentication context of my app. Anything I would want to do with the JSON data is directly available in the devtools console. It has the added benefit of copying&#x2F;pasting rough code I write in the console into my IDE to continue the work.
评论 #13415298 未加载
snugover 8 years ago
Pretty cool, but there should be a warning not to enter in API credentials (through the URI) on this page, as the request is proxied to jsonbrowse.com
评论 #13413655 未加载
dpeduover 8 years ago
I wrote a similar tool awhile ago, though it runs on the command line.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;dpedu2&#x2F;sless" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dpedu2&#x2F;sless</a><p>It&#x27;s intended for reading structure logs - a file containing json objects separated by newlines.
评论 #13413901 未加载
mjmasnover 8 years ago
I think the most useful feature here is JSON -&gt; JS conversion. Relatively often I find myself copying and pasting some JSON into a JS file then manually deleting &#x2F; regexing away the unnecessary quote marks around key names.
评论 #13415775 未加载
评论 #13415564 未加载
评论 #13415877 未加载
traveltonover 8 years ago
Updated my jsonlint.com bookmark to jsonbrowse.com. Thanks for the nifty tool!
评论 #13414529 未加载
ssreenivover 8 years ago
Nice tool<p>Suggestion : Filtering seems to work only on object keys at the outermost level (e.g full_name in demo). It would be nice to be able to filter inner keys as well (e.g html_url in demo)
PretzelFischover 8 years ago
why would I use this over something like postman or RESTClient?
评论 #13413694 未加载