How can I access the key under the tag/Parent Tag in Json File?
{ "MethodParameters": { "operation": [ "write", "click", "text" ], "stepDetail": "login", "welcome": "Hello Bob!" } if I want to get the value of "stepDetail" under "MethodParameters". I'm trying it like this: public static JObject? jsconfig1 = ReadJson(@"DataFilesjsconfig1.json".ToString()); public static string…