--- title: json package description: > The `json` package provides tools for working with JSON. menu: flux_v0_ref: name: json parent: stdlib identifier: json weight: 11 cascade: introduced: 0.40.0 --- The `json` package provides tools for working with JSON. Import the `json` package: ```js import "json" ``` ## Functions {{< children type="functions" show="pages" >}}