A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML
BSD 3-Clause "New" or "Revised" License
2.45k
stars
76
forks
source link
Support coercing float to int if `strict=False` #619
Closed
jcrist closed 11 months ago
This adds a path for coercing floats to ints if
strict=False
, provided the float has an exact integral representation.Fixes #613.