added operator<< overloads for dynamic::Value

This commit is contained in:
MihailRis
2024-05-09 22:01:38 +03:00
parent debdec1dc2
commit 76f52037b5
4 changed files with 40 additions and 3 deletions
+6
View File
@@ -22,6 +22,12 @@ namespace json {
bool nice,
const std::string& indent
);
std::string stringify(
const dynamic::Value& value,
bool nice,
const std::string& indent
);
}
#endif // CODERS_JSON_HPP_