add yaml::stringify

This commit is contained in:
MihailRis
2025-03-24 05:30:56 +03:00
parent 2aea19febd
commit 396fab02b3
4 changed files with 169 additions and 1 deletions
+2
View File
@@ -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);
}