MCPcopy Create free account
hub / github.com/dolthub/doltgresql / jsonNull

Struct jsonNull

postgres/parser/json/json.go:189–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187var FalseJSONValue = jsonFalse{}
188
189type jsonNull struct{}
190
191// NullJSONValue is JSON `null`
192var NullJSONValue = jsonNull{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected