CF2021 vs CF2016 JSON Response Data Types
Tried searching to see if anyone has ran across the following issue after upgrading to CF2021.
In CF2016, it "seems" that CF is automatically converting data types based on the key values:
{"message":[],"code":"","success":true,"data":{"ID":15090910}} Notice the ID is int
In CF2021, the data type for the same exact code and request comes back a string:
{"message":[],"code":"","success":true,"data":{"ID":"15090889"}} Notice the ID is a string
I've already fixed some that are supposed to be boolean (true/false) rather coming back as ("true" / "false")
Is there a new setting I'm not aware of?
