MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / jsonObject

TypeAlias jsonObject

pkg/util/json/json.go:342–342  ·  view source on GitHub ↗

jsonObject represents a JSON object as a sorted-by-key list of key-value pairs, which are unique by key.

Source from the content-addressed store, hash-verified

340// jsonObject represents a JSON object as a sorted-by-key list of key-value
341// pairs, which are unique by key.
342type jsonObject []jsonKeyValuePair
343
344func (jsonNull) Type() Type { return NullJSONType }
345func (jsonFalse) Type() Type { return FalseJSONType }

Callers 3

BuildMethod · 0.85
fromMapFunction · 0.85
RemoveStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected