Fields
N/ASample data
| Input | Result |
|---|---|
| {“name”: “Example”, “price”: “10”} | {“Example”: “name”, “10”: “price”} |
| [“A”,“B”,“C”] | {“A”: 0, “B”: 1, “C”: 2} |
The List: flip keys and values mapper switches the keys and values of a list.
| Input | Result |
|---|---|
| {“name”: “Example”, “price”: “10”} | {“Example”: “name”, “10”: “price”} |
| [“A”,“B”,“C”] | {“A”: 0, “B”: 1, “C”: 2} |