Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Patrick Liess / Patrick Liess (smrch)
Created: 07/19/2010
Versions: 9.0.1
Failure Type: Unspecified
Found In Build/Fixed In Build: 9.0.1 / 274873
Priority/Frequency: Major / Unknown
Locale/System: English / Platforms All
Vote Count: 36
Problem:
The patch notes state that the int to float bug has been fixed. It says that 10 will turn to 10, 012 will turn to "012" (which is fine) and 10.25 will turn to 10.25 in JSON representation. However all numbers are just turned to strings.
Method:
<cfoutput> var someNumber = #SerializeJSON(123)#;</cfoutput>Result:var someNumber = "123";
Result:
SerializeJSON turns integers like 123 into strings.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3041793
Deployment Phase: Release Candidate
External Customer Info:
External Company:
External Customer Name: Patrick Liess
External Customer Email: 763E4D9343C415DF0AAC0C17
External Test Config: 07/19/2010
Attachments:
Comments: