Files
json/include
Niels Lohmann 10d18792bd Simplify number_float hash case: reuse existing type tag
The number_float case introduced a redundant numeric_type local that
duplicated the already-computed type variable (both equal
value_t::number_float within that case). Removed per review feedback.

Signed-off-by: Niels Lohmann <mail@nlohmann.me>
2026-07-10 13:00:37 +02:00
..