New option "escapeData" to fix unescaped newline errors in JSON Data
In cases where parts of your JSON Data comes from the GitHub events or other dynamic sources its possible that this content includes unescaped characters like newlines. For this cases you can use this new option to fix related parsing errors by escaping your JSON content inside of this action.