i have json string as following
string json = "{\"ID\":\"hid\",\"Specification\":\"hname\"}";
but i want to read Id and hname as following string hid = hardwareidTextbox.Text; string hname = hardwarename_Textbox.Text; how do i read variable vales in JSON string