acceptJson method

MethodPrepare acceptJson()

Implementation

MethodPrepare acceptJson() {
  _pathMethod.acceptedContentType.add(MimeTypes.json);
  return this;
}