🔨 overwork binary subtypes

This commit is contained in:
Niels Lohmann
2020-05-17 13:51:59 +02:00
parent ab6e76dd05
commit dead99eb0e
8 changed files with 195 additions and 117 deletions

View File

@@ -76,7 +76,7 @@ struct SaxEventLogger : public nlohmann::json_sax<json>
return true;
}
bool binary(std::vector<std::uint8_t>& val) override
bool binary(json::internal_binary_t& val) override
{
std::string binary_contents = "binary(";
std::string comma_space = "";