{
  "name": "Convert string to json and json to string",
  "nodes": [
    {
      "parameters": {},
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        0,
        0
      ],
      "id": "4086e875-2507-4393-acff-5264545d4398",
      "name": "When clicking ‘Test workflow’"
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "7ad35219-f1c5-4562-afda-393d36ff4441",
              "name": "json",
              "value": "={{ $json.string }}",
              "type": "object"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        220,
        0
      ],
      "id": "01b333d9-7ddc-4d04-9307-aaf6004178f5",
      "name": "string to json"
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "d8712dd2-209e-4515-99d4-d82b3fb2fccb",
              "name": "string",
              "value": "={{ $json.json }}",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        440,
        0
      ],
      "id": "8bc7d545-75d4-4be2-b3c7-3f293f413b4f",
      "name": "json to string"
    }
  ],
  "pinData": {
    "When clicking ‘Test workflow’": [
      {
        "json": {
          "string": "{\n  'data': '# Как написать хорошую статью для сайта: 10 правил + чек-лист 2025', 'description': 'В этой статье представлены ключевые правила написания качественных статей для сайта.'\n}"
        }
      }
    ]
  },
  "connections": {
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "string to json",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "string to json": {
      "main": [
        [
          {
            "node": "json to string",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "bc058e13-a750-48bf-af60-c18c3b043d1c",
  "meta": {
    "instanceId": "98083d38848fe6dc8f415799fdb08c2a244fa529fe7f7b8aa44e4fa55af12a3e"
  },
  "id": "CiJAdRqzL6Fk61G5",
  "tags": []
}