---
title: json package
description: The json package provides tools for working with JSON.
url: https://docs.influxdata.com/flux/v0/stdlib/experimental/json/
estimated_tokens: 256
product: Flux
version: v0
---

# json package

-   Flux 0.69.0+
-   View InfluxDB support

The `json` package is experimental and [subject to change at any time](/flux/v0/stdlib/experimental/#experimental-packages-are-subject-to-change).

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

```js
import "experimental/json"
```

## Functions

-   [json.parse()](/flux/v0/stdlib/experimental/json/parse/)

[json](/flux/v0/tags/json/)
