docs-v2/content/flux/v0.x/stdlib/json/_index.md

1.0 KiB

title description menu weight cascade
json package The `json` package provides tools for working with JSON.
flux_0_x_ref
name parent identifier
json stdlib json
11
introduced
0.40.0

The json package provides tools for working with JSON. Import the json package:

import "json"

Functions

{{< children type="functions" show="pages" >}}