JSON

action_json · action · Data & Transform · Available · v1.0.0

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.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
operation
Operazione
enum
getsetpickomitmergeflattenkeysvalues
yesgetCosa fare con l'oggetto. Ogni operazione mostra solo i campi che le servono.
source
Oggetto sorgente
expressionnoinputL'oggetto/JSON su cui operare. Vuoto = usa l'input del nodo.
path
Percorso (dot-path)
stringno
es. data.user.email
Percorso del campo con la notazione a punti.
value
Valore
expressionnoSET: il valore da scrivere (JSON o stringa). MERGE: l'oggetto JSON da fondere.
paths
Percorsi (separati da virgola)
stringno
email, cliente.città, totale
PICK: i campi da tenere. OMIT: i campi da rimuovere.

⬆️ Node output

Fields available to downstream nodes via $node.<alias>.json.<field>:

  • default

💡 Configuration example

JSON 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"
  }
}

🔗 Related nodes in the same category

Ready to use JSON?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes