mirror of
https://github.com/nlohmann/json.git
synced 2026-09-19 08:44:19 +00:00
#5285's indentation regression test didn't exercise json::binary, which serializes as an object but always writes its byte array compactly (dump_byte()). #5186 had covered this case before it was closed as superseded; port just that coverage here. Signed-off-by: Niels Lohmann <mail@nlohmann.me>