Makes API easy to test and makes json esay to read. Open source.
Use json formatter to makes api ebay to test.
FEATURES
• GET params & POST params & json input
• JSON & JSONP support
• Syntax highlighting
• Collapsible trees, with indent guides
• Clickable URLs
• Toggle between raw and parsed JSON
• Works on any valid JSON page – URL doesn't matter
• Works on local files too (if you enable this in chrome://extensions)
• You can inspect the JSON by typing "json" in the console
GET request formatter such as
GET
a=1
b=2
and then click run button to send get request.
POST request formatter such as
HEADER
header_key: some header information
POST
a=1
b:2
c=3&d=4
and then click run button to send post request
It's simple way to make the api test to esay and very high efficiency.