I am trying to pass the JSON data in the value of cfhttpparam
as follows:
Line #95: <cfhttpparam type="formfield"
name="seriesofdata"
value="[{"Id": 118,"Value": 1,"Desc": "Checking Description ","Group": 1}]"/>
But I keep on getting the following error:
Invalid token " found on line 95 at column XX.
I have checked the JSON and it's valid JSON that I am passing as a value.
What am I doing wrong?