💥 change serialization of binary values

This commit is contained in:
Niels Lohmann
2020-05-18 13:53:20 +02:00
parent 9eb19bcc27
commit b7ff40029a
6 changed files with 273 additions and 116 deletions

View File

@@ -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
)
);
}