# parse-yaml Attempt to parse the `payload` field as YAML. On success, it emits the parsed object. On failure, it logs an error. ## Config No configuration required. ## Example ```yaml pipeline: parse-yaml: config: {} ```