Configures whether decoded objects will be given as associative arrays or as nested stdClass.
public function withAssociative(?bool $associative) : static { return $this->with(JsonDecode::ASSOCIATIVE, $associative); }