I have a Json string like this : [{"Row_id":"1","Name":"AmoghEngineers","Category":"Dress","Subcategory":"jeans","District":"7","Location":"India","Plan":"Gold","ProductOrService":"Product","Email":"mymail@gmail.com","About":"goodone","Phone":"98675433","Registration_confirmed":"Yes"}]
.
And i need to parse these data to the html field elements ,for eg: i want to set the Name to a input field $("#businessName").val(Name)
. How can i do this ? Thanks in advance .