static Map<dynamic, dynamic> fromContent(String content) { final yaml = YamlToJson._(content: content); return yaml.json; }