--- title: json package description: > The `json` package provides tools for working with JSON. menu: flux_v0_ref: name: json parent: experimental identifier: experimental/json weight: 21 cascade: flux/v0/tags: [json] introduced: 0.69.0 --- The `json` package provides tools for working with JSON. Import the `experimental/json` package: ```js import "experimental/json" ``` ## Functions {{< children type="functions" show="pages" >}}