I've found two different answers to this question - one applying JsonConvert (including JObject, JArray, JToken) and another working with JavaScriptSerializer. Both are getting a bit dated (especially the latter) and since I just learned that e.g. WebClient (which was suggested by many) is outdated by HttpClient, I'm not sure which to use (or if there's an even newer and preferred way.
I don't get any hints on these with my intellisense, neither, so I'm suspecting that they're not so widely appropriate.
I have a string that contains JSON formatted data. How does one get it into something workable in C#?