Move stringify function to rapidjson-helpers

This commit is contained in:
Rasmus Karlsson
2018-05-13 17:51:01 +02:00
parent 9bad40742f
commit d4c31309f0
5 changed files with 17 additions and 10 deletions
+3
View File
@@ -6,6 +6,7 @@
#include <pajlada/settings/serialize.hpp>
#include <cassert>
#include <string>
namespace chatterino {
namespace rj {
@@ -93,5 +94,7 @@ bool getSafe(const rapidjson::Value &value, Type &out)
return true;
}
std::string stringify(const rapidjson::Value &value);
} // namespace rj
} // namespace chatterino