Insert JSON Array Request to Database
I am facing issue with inserting the JSON array into tables Doc Table : Id, Name, Desc, RefName, IsActive Con Table : Id, Field, Criter, DId, Conjunction, IsActive We map doc table Id Column to DId column This is sample…