Show HN: JSON Browse – Fetch, filter and manipulate your JSON inside the browser
1–10 of 28 posts
Re: Show HN: JSON Browse – Fetch, filter and manipulate your JSON inside the browser
#2 {
"message": "API rate limit exceeded for 52.53.190.53. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)",
"documentation_url": "https://developer.github.com/v3/#rate-limiting"
}Re: Show HN: JSON Browse – Fetch, filter and manipulate your JSON inside the browser
#3Re: Show HN: JSON Browse – Fetch, filter and manipulate your JSON inside the browser
#4Re: Show HN: JSON Browse – Fetch, filter and manipulate your JSON inside the browser
#5Pretty 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
Re: Show HN: JSON Browse – Fetch, filter and manipulate your JSON inside the browser
#6Pretty 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
That's fair. CORS is a bitch.
For full transparency, the proxy is hosted on Zeit's `now` service and I don't even have access to logs so accidental leaks should be pretty safe.
Re: Show HN: JSON Browse – Fetch, filter and manipulate your JSON inside the browser
#7why would I use this over something like postman or RESTClient?
Re: Show HN: JSON Browse – Fetch, filter and manipulate your JSON inside the browser
#8Re: Show HN: JSON Browse – Fetch, filter and manipulate your JSON inside the browser
#9https://github.com/dpedu2/sless
It's intended for reading structure logs - a file containing json objects separated by newlines.
Re: Show HN: JSON Browse – Fetch, filter and manipulate your JSON inside the browser
#10I wrote a similar tool awhile ago, though it runs on the command line. https://github.com/dpedu2/sless It's intended for reading structure logs - a file containing json objects separated by newlines.