Open djpadz opened 5 months ago
A case could be made for or against this, but we had a situation where dacite was being used to import data from a JSON file. Since JSON doesn't support INF and NAN as numeric values, from_dict was failing if those values were passed as strings.
dacite
INF
NAN
from_dict
A case could be made for or against this, but we had a situation where
dacite
was being used to import data from a JSON file. Since JSON doesn't supportINF
andNAN
as numeric values,from_dict
was failing if those values were passed as strings.