---
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: 109
product: Flux
version: v0
publisher: InfluxData
canonical: https://docs.influxdata.com/flux/v0/stdlib/experimental/json/
date: '2023-11-06T17:08:22-07:00'
lastmod: '2023-11-06T17:08:22-07:00'
---

* Flux 0.69.0+

InfluxDB support

> [!Important]
> 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/)
