add yaml::stringify
This commit is contained in:
@@ -7,4 +7,6 @@
|
||||
namespace yaml {
|
||||
dv::value parse(std::string_view filename, std::string_view source);
|
||||
dv::value parse(std::string_view source);
|
||||
|
||||
std::string stringify(const dv::value& value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user