MCPcopy 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

172var FalseJSONValue = jsonFalse{}
173
174type jsonNull struct{}
175
176// NullJSONValue is JSON `null`
177var NullJSONValue = jsonNull{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected