# JSON

## Specification

This type of parameter has no extra options.

It acts as a multi-line text field to the user, with one notable difference: the module automatically converts the input to a JSON object. So if you map `"{{parameters.myJsonField}}"` in Communication, that value will be an object (or array).

If the provided value is not valid JSON, the module throws a validation error.

### Example

#### JSON input

{% tabs %}
{% tab title="Appearance" %}

<div align="left"><figure><img src="/files/8O4dEzCD7U2KbhAjAA1D" alt="" width="555"><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="Source" %}

```json
[
    {
        "name": "json",
        "label": "JSON",
        "type": "json"
    }
]
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.make.com/custom-apps-documentation/block-elements/parameters/json.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
