How I able to take individual field and take entire data from url which contain json input
I came up with situation where I will give my aspx page to serverside ppl,they append json data to my page.I want to take that json data and insert into table1.Suppose json data contain 10 field,I want to take 5 out of them and insert into table2.Here is my url.
http://domainname.com/pagename.aspx?{'data':'{"Location": "xxxxxx","Apikey": "xxxxxxxxxxxxx",
"Skill": "xxxxxx","PhoneName": "xxxxxxxxxx","Type": "xxxxxxx","Address":"xxxx","Pincode":"xxxx"
}'}