Files
json/include/nlohmann/detail/input
Niels Lohmann 8c22567a49 Address review: drop unneeded backslash-escapes and duplicate scan loop
'"' does not need escaping in a char literal, unlike in a string literal.
find_ascii_copyable_run() also duplicated the byte-at-a-time search that
already exists as the loop's own scalar tail; break into it instead of
re-deriving the offset in a second, near-identical loop.

Signed-off-by: Niels Lohmann <mail@nlohmann.me>
2026-09-10 18:02:56 +02:00
..
2026-01-01 20:00:39 +01:00