getYamlParser method
Creates a new YamlParser for the given YAML content string.
Each call returns a fresh StringYamlParser capable of parsing the provided content into a structured YAML representation.
Implementation
YamlParser getYamlParser(String content) => StringYamlParser(content);