Overrides RequestMatcherInterface::matches
public function matches(Request $request) : bool { return json_validate($request->getContent()); }