Configures the maximum recursion depth.
Must be strictly positive.
positive-int|null $recursionDepth:
public function withRecursionDepth(?int $recursionDepth) : static { return $this->with(JsonDecode::RECURSION_DEPTH, $recursionDepth); }