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