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

Function EachArrayWildcard

aliases.go:23–25  ·  view source on GitHub ↗

SYS-REQ-113 EachArrayWildcard is the canonical name; ArrayEachWildcard is kept for backward compatibility.

(data []byte, cb func(idx int, value []byte, vt ValueType, offset int, err error) error, keys ...string)

Source from the content-addressed store, hash-verified

21// SYS-REQ-113
22// EachArrayWildcard is the canonical name; ArrayEachWildcard is kept for backward compatibility.
23func EachArrayWildcard(data []byte, cb func(idx int, value []byte, vt ValueType, offset int, err error) error, keys ...string) (int, error) {
24 return ArrayEachWildcard(data, cb, keys...)
25}

Callers 1

Calls 1

ArrayEachWildcardFunction · 0.85

Tested by 1