Configures the json_decode flags bitmask.
positive-int|null $options:
https://www.php.net/manual/en/json.constants.php
public function withDecodeOptions(?int $options) : static { return $this->with(JsonDecode::OPTIONS, $options); }