Description
JSON object manipulator via dot-paths in pure JavaScript — what n8n needs Set/Edit Fields or a Code node for. Eight dropdown operations on nested paths: get, set, delete, merge, pick, omit, stringify and parse.
action_json · action · Data & Transform · Available · v1.0.0
JSON object manipulator via dot-paths in pure JavaScript — what n8n needs Set/Edit Fields or a Code node for. Eight dropdown operations on nested paths: get, set, delete, merge, pick, omit, stringify and parse.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
operationOperazione | enumgetsetpickomitmergeflattenkeysvalues | yes | get | Cosa fare con l'oggetto. Ogni operazione mostra solo i campi che le servono. |
sourceOggetto sorgente | expression | no | input | L'oggetto/JSON su cui operare. Vuoto = usa l'input del nodo. |
pathPercorso (dot-path) | string | no | — es. data.user.email | Percorso del campo con la notazione a punti. |
valueValore | expression | no | — | SET: il valore da scrivere (JSON o stringa). MERGE: l'oggetto JSON da fondere. |
pathsPercorsi (separati da virgola) | string | no | — email, cliente.città, totale | PICK: i campi da tenere. OMIT: i campi da rimuovere. |
Fields available to downstream nodes via $node.<alias>.json.<field>:
defaultJSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-action_json-1",
"defId": "action_json",
"label": "JSON",
"config": {
"operation": "get",
"source": "input"
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes