This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Serialising Inf float produces invalid JSON #1423
Labels
no-changelog
Issues whose changes are covered by a PR and thus should not be shown in the changelog
Similarly to: #988 the json produced when serialising a float with
inf
produces invalid JSON with{ "xyz": inf }
which is not in the json standard.I'd be happy to fix this similarly to how it was fixed for NaNs in #990 . If that is the route to go.
The text was updated successfully, but these errors were encountered: