I need to write C#.Net web service that will consume/call JSON service exposed methods So
- How can i make proxy classes from JSON?
- How can i consume a JSON web service methods in C#.Net application.
- How the message will send/receive?
- How will i transform JSON message in .NET