Transform
processing.transform Processing v0.1.0 Applies set, copy, move, and delete operations to a JSON object.
Ports
| Direction | Port | Label |
|---|---|---|
| Input | input | JSON object |
| Output | output | Transformed JSON |
Properties
| Property | Type | Default | Description |
|---|---|---|---|
Operationsoperations | json | [{"op":"set","path":"status","value":"ready"}] | Ordered list of { op, path, value } transforms applied to the input. |
This page is generated from the node registry by gen-node-docs.mjs on every
site build — ports, properties, defaults and visibility rules cannot drift from the code.