ThingWorx Platform should handle NaN numerical values within Infotables
Applies To
- ThingWorx Platform 7.1 to 9.5
Description
- When calling a service that takes an infinite NaN numeric value, an error is thrown within the ApplicationLog.log in <ThingworxStorage>\logs
-
JSON does not allow non-finite numbers
-
-
Jackson and many other JSON processing libraries get around this issue by rendering non-finite numbers as strings.