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

1.0 KiB

title description menu weight cascade
json package The `json` package provides tools for working with JSON.
flux_v0_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" >}}