A while back, I wrote a blog post
[https://jayeshkawli.ghost.io/using-codable-protocol-in-swift/] about using
Codable to encode/decode JSON payload while sending to or receiving from the
server. However, I often find myself in situations where having straightforward
examples with a single complex JSON is easier to understand how