Defer Unmarshaling in Go
Apr 16, 2023 · 4 min read · In this blog, let us understand a unique problem of dynamic unmarshalling, where one might encounter it and how json.RawMessage helps us navigate it. So, we are all much familiar with HTTP endpoints. The client's consumption logic is straightforward ...
Join discussion