Decoding Nested Object with Schema Transformation
Let's say I have an object like this:
That I'd like to decode into this:
Is it possible to accomplish this without writing a custom transformation? I was looking from some property signature option, but didn't find anything that seemed like it would work. I was imagining something like:
That I'd like to decode into this:
Is it possible to accomplish this without writing a custom transformation? I was looking from some property signature option, but didn't find anything that seemed like it would work. I was imagining something like:
