Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It turns out that json.loads accept strings with numerical values, such as '3.11', and raises no exception. Then there is a problem in function where we treat the value as dictionary with doing .get(), which results in AttributeError. This commit catches that.
- Loading branch information