JSON Parse

Extracting and processing JSON data.

Notion image

Node Description

JSON Parse - an action-type node used for converting the provided string into JSON format.

Node Configuration

To configure the JSON Parse node, it is necessary to fill in the mandatory field JSON string.

Notion image

JSON string

This field is required for entering the string that needs to be converted into JSON format.

💡
In the JSON string field, you can input text, variables from other nodes, or parameters from responses of other nodes.

Example of Node Usage

To obtain a string converted to JSON format, you need to create a scenario with nodes:

Notion image

1. Trigger on Webhook node is used to trigger the scenario and pass the string {"Fruit": "Apple", "Sum": 10} into it;

Notion image

2. JSON string node is used to perform the conversion of the string;

Notion image

3. Webhook response node is used to receive the result of the string conversion.

Notion image

The result of executing this scenario is a JSON object.

Notion image

JSON

Did this answer your question?
😞
😐
🤩