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

Struct jsonFalse

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

Source from the content-addressed store, hash-verified

182var TrueJSONValue = jsonTrue{}
183
184type jsonFalse struct{}
185
186// FalseJSONValue is JSON `false`
187var FalseJSONValue = jsonFalse{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected