Started transition to binary data on client side

This commit is contained in:
Pax1601
2023-06-22 22:17:00 +02:00
parent 1d62b4c115
commit 916752301a
12 changed files with 196 additions and 132 deletions

View File

@@ -20,7 +20,7 @@ std::wstring to_wstring(const std::string& str)
return wstrTo;
}
std::string to_string(json::value value) {
std::string to_string(json::value& value) {
return to_string(value.as_string());
}