Does YAML::Node have a Mark structure? -
i know during parsing, yaml-cpp can throw exception has nice file location (line , column number) information exception occurred. how post-parse? there mechanism determine (first) line number of yaml file associated given node?
starting 0.5.3 yaml::node has property mark() information line number etc.
Comments
Post a Comment