jw
05/23/2023, 1:29 PMMap<String, BunchOfProperties>
and runtime verify there's only a single entry. You could model it as data class Something(val name: String, val stuff: BunchOfProperties)
and write a custom serializer that emits it as an object with a single key/value pair using the provided name.