isJson method

bool isJson()

Implementation

bool isJson() {
  return RequestBody.isJson(contentType);
}