n8n.vn docs
Buy n8n.vnn8n.io Docs
  • 📖Lark Base
  • 📖Lark Messenger
  • 📖Lark Custom Bot
  • 📖Create Custom App
  • 📖Clone file Base and grant permissions
  • 📖Haravan
  • 📖Haravan Trigger
  • 📖NhanhVN
  • 📖NhanhVN Trigger
  • 📖KiotViet
  • 📖Text To Json
  • 📖Lark AI
  • 📖Sapo
  • 📖Sapo Trigger
  • 📖KiotViet To LarkBase
  • ⚙️n8n.vn Change Logs
Powered by GitBook
On this page

Text To Json

PreviousKiotVietNextLark AI

Last updated 1 year ago

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

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 } ] } }

📖
Workflow
Enter Text needed to convert
Convert successful