YamlParser parser = new YamlParser(); Object config = parser.load("config.yaml"); String value = ((Map<String, String>) config).get("key");