--- title: Flux dict package list_title: dict package description: > The Flux `dict` package provides functions for interacting with dictionary types. Import the `dict` package. aliases: - /influxdb/v2.0/reference/flux/stdlib/dict/ - /influxdb/cloud/reference/flux/stdlib/dict/ menu: flux_0_x_ref: name: dict parent: Standard library weight: 11 flux/v0.x/tags: [package, functions] cascade: related: - /flux/v0.x/data-types/composite/dict/ introduced: 0.97.0 --- The Flux `dict` package provides functions for interacting with [dictionary types](/flux/v0.x/data-types/composite/dict). Import the `dict` package. ```js import "dict" ``` {{< children type="functions" show="pages" >}}