JSON in C#; Sending and receiving data

c#, json, winforms

Solution

Json.net is ubiquitous in the .net world.

Problem

I am trying to make a desktop client for Request and Response application. I am able to do GET requests easily. But I was wondering whether someone could help me work out how I could do a JSON request and response. and parse it to a string, from there I can workout how to slit it all up

Original source