You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Root myDeserializedClass = JsonConvert.DeserializeObject(myJsonResponse);
public class Authorized {
public List John { get; set; }
public List Bob { get; set; }
public List Joe { get; set; }
}
public class Root {
public Dictionary<string,List<string>> Authorized { get; set; }
}
Check test case : 371d1c4
The text was updated successfully, but these errors were encountered: