We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.