Retrieve a Drupal path or an absolute path and JSON decode the result.
protected function drupalGetAJAX($path, array $options = array(), array $headers = array()) { return drupal_json_decode($this ->drupalGet($path, $options, $headers)); }