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

# json package

-   Flux 0.40.0+
-   View InfluxDB support

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

```js
import "json"
```

## Functions

-   [json.encode()](/flux/v0/stdlib/json/encode/)
