Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
187
var
FalseJSONValue = jsonFalse{}
188
189
type
jsonNull
struct
{}
190
191
// NullJSONValue is JSON `null`
192
var
NullJSONValue = jsonNull{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected