mirror of
https://github.com/nlohmann/json.git
synced 2026-05-27 08:35:25 +00:00
b026591e9e
Since #329, NaN and inf numbers do not yield an exception, but are stored internally and are dumped as “null”. This commit adjusts the fuzz testers to deal with this special case.