--- title: Flux JSON package list_title: JSON package description: > The Flux JSON package provides functions for working with JSON. Import the `json` package. aliases: - /v2.0/reference/flux/functions/json/ menu: v2_0_ref: name: JSON parent: Flux standard library weight: 202 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" >}}