Provides generic array navigation tools.
private
getValueByKey(array $data, string $key, mixed|null $default = null): mixed
Returns a value by key using dot notation.