I have a JSON Data with Repeated columns with differenet data I need to insert at a time in to sql Server.Here CommonCategoryRowId is same and CommonCategoryAttributeName will change
Here is the sample of JSON Data
"[{\"CommonCategoryAttributeName\":\"Gopal\",\"CommonCategoryRowId\":1},{\"CommonCategoryAttributeName\":\"Reddy\",\"CommonCategoryRowId\":1},{\"CommonCategoryAttributeName\":\"vinnamala\",\"CommonCategoryRowId\":1}]"