<How can I put a parent value into a child object ...
# stackoverflow
u
How can I put a parent value into a child object using Jackson JSON deserialization with Kotlin? let me prephase this by saying that this question is similar to Reuse value from parent object to construct child when deserializing with Jackson, but different enough that I think it warrants a new question. Like in the original question, I'm having the same problem that I want to repurpose a field set on an outer JSON object on a inner object when...