mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Update data-structure.md
This commit is contained in:
parent
0ce2030037
commit
aebb90f211
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user