Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
182
var
TrueJSONValue = jsonTrue{}
183
184
type
jsonFalse
struct
{}
185
186
// FalseJSONValue is JSON `false`
187
var
FalseJSONValue = jsonFalse{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected