Converts a YAML string into a data object. Use this when a value arrives as YAML wrapped up in a single piece of text, such as a configuration block or a document pulled from a file or API field. It reads the text and turns it back into structured data, so the keys, values, and lists inside become regular fields you can read and map.