I have a deeeep nested json structure from a 3rd party API What I want is "give me DTOs given this JSON data" without me having to create all of the DTOs in the code myself (its a lot). Is there a way to achieve that?