Skip to content
#

struct

Here are 266 public repositories matching this topic...

twpayne
twpayne commented Jan 5, 2020

Currently, go-jsonstruct is unable to distinguish between the following cases:

{"foo":"bar"} // present string value
{"foo":""}    // present but empty string value
{"foo":null}  // present null value
{}            // absent value

go-jsonstruct should be able to handle these sorts of values, maybe using a technique similar to [database/sql.NullString](https://godoc.org/data

Improve this page

Add a description, image, and links to the struct topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the struct topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.