10 How to determine if a JSON key has been set to null or not provided in Go

calhoun.io posted by jon 2627 days ago  

In this article we discuss how to differentiate between

{ "published_at": null }

and a JSON payload that simply doesn't have the published_at key set at all.

Register to comment or vote on this story