http://xurrency.com/api this webservice is returning a json response message. how can I use this message as an object in my .net project (asp.net web app)
http://xurrency.com/api this webservice is returning a json response message. how can I use this
Share
You could start by defining the model classes that will handle the response:
Once you have them you simply call the service: