--- title: Flux JSON package list_title: JSON package description: > The Flux JSON package provides functions for working with JSON. Import the `json` package. menu: v2_0_ref: name: JSON parent: Flux packages and functions 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" >}}