mirror of
https://github.com/nlohmann/json.git
synced 2026-02-11 12:22:33 +00:00
💥 change serialization of binary values
This commit is contained in:
@@ -1919,8 +1919,7 @@ TEST_CASE("regression tests")
|
||||
j.dump(4, // Indent
|
||||
' ', // Indent char
|
||||
false, // Ensure ascii
|
||||
json::error_handler_t::strict, // Error
|
||||
true // Allow binary data
|
||||
json::error_handler_t::strict // Error
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user