For now I'm only allowing queries for multiple but would like to support both.
public class Response { public string A { get; set; } public string B { get; set; } } public class Root { public string option { get; set; } public List<Response> response { get; set; } }
public class Response { public string A { get; set; } public string B { get; set; } } public class Root { public string option { get; set; } public List<Response> response { get; set; } }