Consuming nested payloads? Work smarter, not harder.
In this article, I start by examining the problems of consuming deeply nested JSON APIs using Jackson. I then introduce a solution using JsonPath, and refine it into a declarative API by tapping in...