isJson method

bool isJson()

check request data is json data

Implementation

bool isJson() {
  return request.isJson();
}