#include "yaml-cpp/value.h" int main() { YAML::Value value; value["key"] = "value"; return 0; }