开发者

JSON viewer for browsing APIs [closed]

开发者 https://www.devze.com 2022-12-21 14:52 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. 开发者_C百科 Closed 10 years ago.

Does anyone have any recommendations for applications or browser plugins that make browsing and visualizing JSON APIs easy. Please support your answer with a reference or link to the application you recommend.


This one looks quite good, it's a firefox plugin called JSONView
https://addons.mozilla.org/en-US/firefox/addon/10869

Also ported to a chrome extension
https://chrome.google.com/webstore/detail/chklaanhfefbnpoihckbnefhakgolnmc

Addition
Postman is an awesome stand-alone program for working with APIs
https://www.getpostman.com/


Johns tool is nice. Anoter nice online tool is http://jsonviewer.stack.hu/


I'm not completely sure what you're asking.

  • If you're looking for a JSON viewer to examine complex JSON strings, take a look at JSON Visualizer.

  • If you're looking for a way to browse an API, consult that API's documentation.


This is a simple option. http://jsonviewer.jaycodesign.co.nz/

Just copy the JSON in and see it visualized to the right.


Well, the list here is pretty comprehensive, I'll just add Jabulr, an online tool that attempts to show JSON in a tabular format. And, yes, it accepts a URL pointing to your JSON data.


For completeness there is also this JSON Viewer
I have only tried the stand-alone, and it seems to do the basics ok. However the firefox plugin had less friction for what I was doing.

From the documentation:
The JSON View package is a set of 3 viewers available in the following flavors:

  1. A standalone viewer - JsonView.exe
  2. A plugin for Fiddler 2 (http://www.fiddler2.com/) - FiddlerJsonViewer.dll
  3. A visualizer for Viusal Studio 2005 - JsonVisualizer.dll


Firebug in Firefox does the job when you have a url which returns json (Firebug is a must have for any web developer, if you don't have it installed already, you can get it here): with Firebug open and active navigate to your url in Firefox, in Firebug go to the Net tab, then click + sign next to your url in the grid, there should be a JSON tab available which you can use to explore your object in a tree view.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号