There are two tables:in sql data base
1.person
personId primary key
mobileNo
PersonName
2.Address
addressID PRIMARY KEY
CONTACT
COUNTRY
CITY
personId Foreign key
using jquery ajax call
(POST method) how to send the values
mobileNo
personName
and an array object with table 2.Address values
from view to Controller in ASP.NET MVC
ii.) How to retrieve those json object values in the controller from view