Update data-structure.md

This commit is contained in:
Danny Martini 2023-11-02 20:11:03 +01:00 committed by GitHub
parent 0ce2030037
commit aebb90f211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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