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