{
  "name": "Simple file based key value store (GetKey)",
  "nodes": [
    {
      "id": null,
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        240,
        280
      ]
    },
    {
      "id": null,
      "name": "Config",
      "type": "n8n-nodes-base.functionItem",
      "position": [
        420,
        280
      ]
    },
    {
      "id": null,
      "name": "Read Binary File",
      "type": "n8n-nodes-base.readBinaryFile",
      "position": [
        600,
        280
      ]
    },
    {
      "id": null,
      "name": "BinaryToJSON",
      "type": "n8n-nodes-base.moveBinaryData",
      "position": [
        780,
        280
      ]
    },
    {
      "id": null,
      "name": "ReturnValue",
      "type": "n8n-nodes-base.functionItem",
      "position": [
        960,
        280
      ]
    }
  ],
  "connections": {
    "Config": {
      "main": [
        [
          {
            "node": "Read Binary File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "BinaryToJSON": {
      "main": [
        [
          {
            "node": "ReturnValue",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read Binary File": {
      "main": [
        [
          {
            "node": "BinaryToJSON",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Config",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}