Details
Assignee
UnassignedUnassignedReporter
Gurpreet RandhawaGurpreet RandhawaNew 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
Affects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Gurpreet Randhawa
Gurpreet RandhawaNew 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
Affects versions
Priority
Created 15 April 2018 at 19:26
Updated 5 February 2025 at 16:22
Hi, It wil be great if we get use json as an argument to function, the need for seriallizarion or deserialization will decrease depending upon if we only needs input t/output to to JSOn only like the below:
<cffunction name="test"> <cfargument name="stringvalue" type="JSON" default=""> <cfhttp url="hit an api"> <cfhttpapara type="body" value="#stringvalue#"> </cfhttp> </cffunction>
i know there is type="any" is avaliable, but not sure if Specying JSON will be better or not
Thanks