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

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -