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

Method ObjectIter

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

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

()

Source from the content-addressed store, hash-verified

126
127 // ObjectIter returns an *ObjectKeyIterator, nil if json is not an object.
128 ObjectIter() (*ObjectIterator, error)
129
130 // isScalar returns whether the JSON document is null, true, false, a string,
131 // or a number.

Callers 2

jsonNodeMethod · 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