What’s the best way to handle type keys that aren’t part of the object for Kotlinx JSON Serialization

I’m trying to deserialize a list of objects like this and I don’t want to have a superfluous wrapper class that just has a recipe object.

{ “recipe”: { “uri”: “string”, “label”: “string”, “image”: “string” } }

submitted by /u/ex_natura
[link] [comments]