MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / jsonNull

Struct jsonNull

pkg/util/json/json.go:253–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251var FalseJSONValue = jsonFalse{}
252
253type jsonNull struct{}
254
255// NullJSONValue is JSON `null`
256var NullJSONValue = jsonNull{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected