mirror of
https://github.com/nlohmann/json.git
synced 2026-05-20 13:15:23 +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.