ArrayEach iterates over the addressed array using c's parsing options. SYS-REQ-115
(data []byte, cb func([]byte, ValueType, int, error), keys ...string)
| 77 | // ArrayEach iterates over the addressed array using c's parsing options. |
| 78 | // SYS-REQ-115 |
| 79 | func (c Config) ArrayEach(data []byte, cb func([]byte, ValueType, int, error), keys ...string) (int, error) { |
| 80 | return arrayEachConfig(c, data, cb, keys...) |
| 81 | } |
| 82 | |
| 83 | // ObjectEach iterates over the addressed object using c's parsing options. |
| 84 | // SYS-REQ-115 |