mirror of
https://github.com/nlohmann/json.git
synced 2026-02-21 02:46:26 +00:00
🔨 overwork binary subtypes
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user