> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# JSON From Dictionary

<CardGroup cols={2}>
  <Card title="Dictionary, 5.30.0" href="#dictionary-5300" />

  <Card title="Dictionary" href="#dictionary" />
</CardGroup>

***

<h2 id="dictionary-5300">
  Dictionary, 5.30.0
</h2>

Converts a Dictionary\<Text, Scalar> into a JSON format.

### Inputs

| Name       | Type                                                           | Description                                          |
| ---------- | -------------------------------------------------------------- | ---------------------------------------------------- |
| Dictionary | [Dictionary](../../../../block-documentation/types/dictionary) | Text-based Dictionary to convert into a JSON format. |

### Outputs

| Type                                               |
| -------------------------------------------------- |
| [JSON](../../../../block-documentation/types/json) |

***

<h2 id="dictionary">
  Dictionary
</h2>

Converts a Dictionary\<Text, Text> into a JSON format.

### Inputs

| Name       | Type                                                           | Description                                          |
| ---------- | -------------------------------------------------------------- | ---------------------------------------------------- |
| Dictionary | [Dictionary](../../../../block-documentation/types/dictionary) | Text-based Dictionary to convert into a JSON format. |

### Outputs

| Type                                               |
| -------------------------------------------------- |
| [JSON](../../../../block-documentation/types/json) |
