Matt Brennan
0
Q:

string to json c#

Newtonsoft.Json.JsonConvert.SerializeObject(new {foo = "bar"})
1
JObject json = JObject.Parse(str);
0

New to Communities?

Join the community