Transforming Object Properties and Values Using a Mapping Table
Is there a way to "transform" not just the values, but also the property name? So assuming I get a a response with
{ a : 1234 } changing that into { b: "test" } (with a->b being constant, the value based on a mapping table?