Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Torbjørn Angeltveit / Torbjørn Angeltveit (angeltveiten)
Created: 07/09/2013
Components: Language, Serialization
Versions: 10.0
Failure Type:
Found In Build/Fixed In Build: Final /
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Windows 7 64-bit
Vote Count: 0
Duplicate ID: CF-3338825
Problem Description:
SerializeJSON returns 00 as a number, and not a string ("00").
Steps to Reproduce:
<cfset test = "00" />
#serializeJSON(test)#
Actual Result:
00
Expected Result:
"00"
Any Workarounds:
Not to my knowledge.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3591823
External Customer Info:
External Company:
External Customer Name: angeltveiten
External Customer Email:
External Test Config: My Hardware and Environment details:
DELL Precision T3400, Windows 7 64-bit, ColdFusion 10 update 10.
Attachments:
Comments: