Files
json/cmake
Niels Lohmann c845f2294b Merge remote-tracking branch 'origin/develop' into claude/parser-performance-research-4hkdf8
Resolves the number-parsing conflict between the discard_number_values
fast path (an early return for accept()-only calls that skips value
conversion for short digit runs) and the contiguous number scanner's
convert_number()/convert_integer() split: the discard check now runs
as the first step of convert_number(), so both the byte-at-a-time
scanner and the bulk contiguous path benefit from it.

Signed-off-by: Niels Lohmann <mail@nlohmann.me>
2026-09-09 13:05:02 +02:00
..
2026-05-14 15:39:18 +02:00
2026-09-05 10:24:40 +02:00
2025-05-16 08:32:18 +02:00