▲ 10 ▼ How to determine if a JSON key has been set to null or not provided in Go
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