webhook 2.3.0
- added support to decode JSON strings in payload to objects and then to reference them using the dot-notation syntax (useful for Bitbucket hooks where the payload is sent via the x-form-urlencoded as a JSON string)
- code cleanup and refactoring
- added tests