MCPcopy Create free account
hub / github.com/dolthub/doltgresql / ObjectIter

Method ObjectIter

postgres/parser/json/json.go:143–143  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

141
142 // ObjectIter returns an *ObjectKeyIterator, nil if json is not an object.
143 ObjectIter() (*ObjectIterator, error)
144
145 // isScalar returns whether the JSON document is null, true, false, a string,
146 // or a number.

Callers 2

jsonNodeMethod · 0.65
ObjectIterMethod · 0.65

Implementers 4

jsonNullpostgres/parser/json/json.go
jsonFalsepostgres/parser/json/json.go
jsonTruepostgres/parser/json/json.go
jsonEncodedpostgres/parser/json/encoded.go

Calls

no outgoing calls

Tested by

no test coverage detected