Is there a way for the callback to ArrayEach to return errors. ``` _,errr := jsonparser.ArrayEach(bytes, func(... error) { return myerror },...) if errr == myerror ```
Is there a way for the callback to ArrayEach to return errors.