in request you need to set Accept: application/json ,the if you server has json support then it will send response in json automatically,
type: "GET",
url: "admPlantParametersViewEdit.aspx/GetResult",
contentType: "application/json; charset=utf-8",
Accept: application/json,
then in response header you should see
content-type:application/json
not
content-type:text/html
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…