A previous answer describes how to check if a key exists in a yaml node using YAML::Node::FindValue("parameter")
.
Unfortunately, I can't call this in the latest version (0.5.1):
error: ‘class YAML::Node’ has no member named ‘FindValue’
Is this expected to work or is there an equivalent function which works in the latest version?