MCPcopy Create free account
hub / github.com/buger/jsonparser / ObjectEach

Method ObjectEach

config.go:85–87  ·  view source on GitHub ↗

ObjectEach iterates over the addressed object using c's parsing options. SYS-REQ-115

(data []byte, cb func([]byte, []byte, ValueType, int) error, keys ...string)

Source from the content-addressed store, hash-verified

83// ObjectEach iterates over the addressed object using c's parsing options.
84// SYS-REQ-115
85func (c Config) ObjectEach(data []byte, cb func([]byte, []byte, ValueType, int) error, keys ...string) error {
86 return objectEachConfig(c, data, cb, keys...)
87}

Callers 1

Calls 1

objectEachConfigFunction · 0.85

Tested by 1