Closed grobertson closed 4 years ago
Floating point numbers in json are quoted literal strings. Python chokes on a direct cast to int when the string value passed in contains a decimal.
Thanks for the fix.
Floating point numbers in json are quoted literal strings. Python chokes on a direct cast to int when the string value passed in contains a decimal.