--- title: Flux json package list_title: json package description: > The Flux `json` package provides functions for working with JSON. Import the `json` package. aliases: - /influxdb/v2.0/reference/flux/functions/json/ - /influxdb/v2.0/reference/flux/stdlib/json/ - /influxdb/cloud/reference/flux/stdlib/json/ menu: flux_0_x_ref: name: json parent: Standard library weight: 11 flux/v0.x/tags: [functions, json, package] introduced: 0.40.0 --- The Flux `json` package provides functions for working with JSON. Import the `json` package: ```js import "json" ``` ## Functions {{< children type="functions" show="pages" >}}