--- 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/cloud/reference/flux/functions/json/ menu: influxdb_cloud_ref: name: JSON parent: Flux standard library weight: 202 influxdb/v2.0/tags: [functions, json, package] --- JSON Flux functions provide tools for working with JSON. Import the `json` package: ```js import "json" ``` {{< children type="functions" show="pages" >}}