0
Answer

JSON in C#; Sending and recieving data

Ask a question
dobby

dobby

15y
3k
1
I am trying to make a desktop client for a poorly documented web application. :D. 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, thanks.