πŸ“–Text To Json

Text To Json is a node that supports conversion from Text type to Json type.

Example Usage

This workflow allows you can convert text to json. This example usage workflow would use the following nodes. - Start - Text To Json

Workflow

Start node

The start node exists by default when you create a new workflow.

  1. Text To Json node (Append)

We will use the Text To Json node to convert text to Json.

  • Click on the Add node or drag to connect button and enter Text To Json in the search nodes box.

  • Enter the text you want to convert to Json. Example: { "Employees": { "Employee": [ { "Name": "Nguyen Van A", "Age": 20 }, { "Name": "Tran Thi B", "Age": 18 } ] } }

Enter Text needed to convert
Convert successful

Last updated