I am calling an ASP.NET MVC action
public JsonResult GetPatient(string patientID) { ...
from JavaScript using jQuery. The following call wo
The only difference I see is that getJSON performs a GET request instead of a POST.