Skip to content
| Marketplace
Sign in
Visual Studio>Tools>CallJson
CallJson

CallJson

jmguazzo

|
1,070 installs
| (0) | Free
Tool for calling Rest JSON webservices. Allow to make GET, PUT, POST and DELETE request. Logo from http://www.freepik.com/.
Download

This tool will allow you to make JSON call frow within Visual Studio.

Great for testing an external service while you're building an app that calls it.

Once the call is made, you can use the result tab to copy the value and use the menu in VS "Paste Special => Paste JSON as Classes" to generate classes to call the service.

First, enter your REST service URI :

 

Then select the action :

And click on Execute.

 

If you're doing PUT or POST, the "Request Body" tab will allow you to specify a JSON body that will be sent to the REST Service.

The headers tab allow you to modify the headers that will be sent when the request is made.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft