webhook/test
Cameron Moore 0e90ccb441 Add support for top-level JSON array in payload
Detect if leading character in JSON payload is an array bracket.  If
found, decode payload into an interface{} and then save the results into
payload["root"].  References to payload values would need to reference
the leading, "virtual" root node (i.e. "root.0.name").

Fixes #215
2020-07-29 16:56:25 -05:00
..
hookecho.go Apply gofmt 2018-02-16 20:26:33 -06:00
hooks.json.tmpl Add support for top-level JSON array in payload 2020-07-29 16:56:25 -05:00
hooks.yaml.tmpl Add support for top-level JSON array in payload 2020-07-29 16:56:25 -05:00