docs-v2/content/flux/v0.x/stdlib/json/_index.md

643 B

title list_title description aliases menu weight flux/v0.x/tags introduced
Flux json package json package The Flux `json` package provides functions for working with JSON. Import the `json` package.
/influxdb/v2.0/reference/flux/functions/json/
/influxdb/v2.0/reference/flux/stdlib/json/
/influxdb/cloud/reference/flux/stdlib/json/
flux_0_x_ref
name parent
json Standard library
11
functions
json
package
0.40.0

The Flux json package provides functions for working with JSON. Import the json package:

import "json"

Functions

{{< children type="functions" show="pages" >}}