4#include <Sawyer/Yaml.h> 
Iterator over constant YAML nodes.
 
Base class for YAML exceptions.
 
Iterator over YAML nodes.
 
Node parseYaml(const boost::filesystem::path &fileName)
 
Node parseJson(const boost::filesystem::path &fileName)
 
Yaml::Node parse(const boost::filesystem::path &)
Parse YAML from file.
 
void serialize(const Node &root, const char *filename, const SerializeConfig &config=SerializeConfig())
Serialize YAML.
 
Serialization configuration structure, describing output behavior.