AutomationFlowsGeneral › Parse JSON Data in n8n

Parse JSON Data in n8n

Original n8n title: Smoke Test - JSON Node

Smoke Test - JSON Node. Uses start, json. Manual trigger; 3 nodes.

Manual trigger★☆☆☆☆ complexity3 nodesStartJSON
General Trigger: Manual Nodes: 3 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "Smoke Test - JSON Node",
  "nodes": [
    {
      "parameters": {},
      "id": "start",
      "name": "Start",
      "type": "n8n-nodes-base.start",
      "typeVersion": 1,
      "position": [
        100,
        300
      ]
    },
    {
      "parameters": {
        "assignments": [
          {
            "name": "rawData",
            "value": "{\"user\":\"alice\",\"age\":30,\"roles\":[\"admin\",\"editor\"]}"
          }
        ]
      },
      "id": "set1",
      "name": "Set JSON String",
      "type": "n8n-nodes-base.set",
      "typeVersion": 1,
      "position": [
        300,
        300
      ]
    },
    {
      "parameters": {
        "operation": "parse",
        "jsonPath": "$json.rawData"
      },
      "id": "json1",
      "name": "Parse JSON",
      "type": "n8n-nodes-base.json",
      "typeVersion": 1,
      "position": [
        500,
        300
      ]
    }
  ],
  "connections": {
    "Start": {
      "main": [
        [
          {
            "node": "Set JSON String",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set JSON String": {
      "main": [
        [
          {
            "node": "Parse JSON",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Smoke Test - JSON Node. Uses start, json. Manual trigger; 3 nodes.

Source: https://github.com/neul-labs/m9m/blob/main/test-workflows/smoke/json-node.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Data Processing. Uses start, json. Manual trigger; 4 nodes.

Start, JSON
General

Conditional Routing. Uses start, json. Manual trigger; 10 nodes.

Start, JSON
General

JSON Processing. Uses start, json. Manual trigger; 6 nodes.

Start, JSON
General

Array Operations. Uses start, json. Manual trigger; 5 nodes.

Start, JSON
General

Smoke Test - Multi-Step Pipeline. Uses start, json. Manual trigger; 5 nodes.

Start, JSON