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

TypeAlias jsonObject

pkg/util/json/json.go:590–590  ·  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

588// jsonObject represents a JSON object as a sorted-by-key list of key-value
589// pairs, which are unique by key.
590type jsonObject []jsonKeyValuePair
591
592var emptyJSONObject = jsonObject(nil)
593var emptyJSONArray = jsonArray(nil)

Callers 6

BuildMethod · 0.85
BuildMethod · 0.85
NewObjectMethod · 0.85
json.goFile · 0.85
fromMapFunction · 0.85
RemoveStringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected