currently this isn't working ``` data class Bo...
# announcements
s
currently this isn't working
Copy code
data class Bomb(val word: String)
    data class Boom(
             @param:JsonUnwrapped val wild: Bomb //(tried with @field, @get, etc...)
    )