Fixed
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
David Raschper
David RaschperNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
None
Fix versions
Affects versions
Priority
Created 1 April 2021 at 09:25
Updated 7 May 2025 at 09:47
Resolved 6 December 2021 at 09:53
On Coldfusion the deserializeJSON-function throws an error when passing an empty string.
The Lucee returns an empty string, which is not a valid json-string in my opinion.
Test:
<cfset test = {} /> <cfset test = deserializeJSON("") /> <cfdump var="#test#" />