Move stringify function to rapidjson-helpers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user