Problem
Map fields from one module's nested JSON output onto the next module's input shape, flattening or reshaping as needed. A mapping spec declares where each destination field pulls its value from in the source.
Input / Output
Constraints
Example
{a:{b:1}}, spec {value: 'a.b'} -> {value: 1}{value: 'a.x'} -> {value: undefined} (or key omitted).