ROSE 0.11.145.141
Rose/Yaml.h
1#ifndef ROSE_Yaml_H
2#define ROSE_Yaml_H
3#include <RoseFirst.h>
4#include <Sawyer/Yaml.h>
5
6namespace Rose {
7
9namespace Yaml {
10
21
25Node parseJson(const boost::filesystem::path&);
26Node parseJson(const std::string&);
29} // namespace
30} // namespace
31
32#endif
Iterator over constant YAML nodes.
Base class for YAML exceptions.
Iterator over YAML nodes.
Node parseJson(const boost::filesystem::path &)
Parse JSON to YAML.
The ROSE library.
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.