Use the split json to check in if condition in C# ASP.NET
I have a JSON string, which I am splitting in 2 different string. But I want to use that to validate some condition. Here is the split of json string: string[] strMyObjects = jsonString.Split(','); And getting it in string like…