I\'m writing a small tool in C# which will need to send and receive data to/from a website using POST and json formatting. I\'ve never done anything like this before in C#
in 3.5 there is a built-in jsonserializer. The webrequest is the right class your looking for.
A few examples: