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

Method ObjectIter

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

ObjectIter returns an *ObjectKeyIterator, nil if json is not an object.

()

Source from the content-addressed store, hash-verified

203
204 // ObjectIter returns an *ObjectKeyIterator, nil if json is not an object.
205 ObjectIter() (*ObjectIterator, error)
206
207 // isScalar returns whether the JSON document is null, true, false, a string,
208 // or a number.

Callers 3

jsonNodeMethod · 0.65
IsCompositeMethod · 0.65
ObjectIterMethod · 0.65

Implementers 4

jsonNullpkg/util/json/json.go
jsonFalsepkg/util/json/json.go
jsonTruepkg/util/json/json.go
jsonEncodedpkg/util/json/encoded.go

Calls

no outgoing calls

Tested by

no test coverage detected