From aebb90f211edf48e8964e56673c818a80bb112e6 Mon Sep 17 00:00:00 2001 From: Danny Martini Date: Thu, 2 Nov 2023 20:11:03 +0100 Subject: [PATCH] Update data-structure.md --- docs/data/data-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/data-structure.md b/docs/data/data-structure.md index 876fad76d..b373fe102 100644 --- a/docs/data/data-structure.md +++ b/docs/data/data-structure.md @@ -34,7 +34,7 @@ In n8n, all data passed between nodes is an array of objects. It has the followi ``` !!! note "Skipping the 'json' key and array syntax" - From 0.166.0 onwards, when using the Code node or Code node, n8n automatically adds the `json` key if it's missing. It also automatically wraps your items in an array (`[]`) if needed. This is only when using the Function or Code nodes. When building your own nodes, you must still make sure the node returns data with the `json` key. + From 0.166.0 onwards, when using the Function node or Code node, n8n automatically adds the `json` key if it's missing. It also automatically wraps your items in an array (`[]`) if needed. This is only the case when using the Function or Code nodes. When building your own nodes, you must still make sure the node returns data with the `json` key. ## Data item processing