#include "yaml-cpp/null.h"
#include "yaml-cpp/old-api/node.h"
namespace YAML
{
_Null Null;
bool IsNull(const Node& node)
return node.Read(Null);
}