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