string to JsonObject in C# string to JsonObject in C# json json

string to JsonObject in C#


You could simply use the System.Json.JsonValue.Parse static method to parse a string directly rather than use a StringReader.