hi ,
i have json data as shown below and i want to store it in to existing database having predefined schema and i am using MVC 4 and this json result is returned by web service.so can some one help me how to do that.
Advance Thanx
{ 'store':[
{
"StoreID": "1",
"StoreName": "Victoria CWH",
"BrandID": 2,
"ServerHostName": "http://demo3kentico8.raybiztech.com"
}
]}