JSON Newtonsoft Related Nov 12, 2022 String to JObject JObject o = JObject.Parse("{'a': 3}"); string token = (string)o["token"];