💬 Re: How do you represent a JSON field in Go that could be absent, null or have a value?

Comments

In reply to: Re: How do you represent a JSON field in Go that could be absent, null or have a value?

I have nothing helpful to add here except to say, Javascript’s undefined/null duality continues to be a mistake.

(But also, anything that relies on that duality has also made a mistake.)