Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auxten/postgresql-parser
/ jsonNull
Struct
jsonNull
pkg/util/json/json.go:174–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
var
FalseJSONValue = jsonFalse{}
173
174
type
jsonNull
struct
{}
175
176
// NullJSONValue is JSON `null`
177
var
NullJSONValue = jsonNull{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected