Text To Json
Last updated
Last updated
Text To Json is a node that supports conversion from Text type to Json type.
This workflow allows you can convert text to json. This example usage workflow would use the following nodes. - Start - Text To Json
Start node
The start node exists by default when you create a new workflow.
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 } ] } }