Data Structure
Basic Format
jsonCopyEdit[
{
"json": {
"exampleField": "value",
"nestedField": {
"key": 123
}
},
"binary": {
"file-example": {
"data": "BASE64_ENCODED_DATA",
"mimeType": "image/png",
"fileExtension": "png",
"fileName": "example.png"
}
}
}
]Simplified Input in Code Nodes
Multi-Item Processing
Last updated