Question
Bug or intended behavior?
Hi
Consider his script code
n = "0";
writeoutput ("IsJSON: " & IsJSON (n) & "<br>");
n = DeserializeJSON(n);
writedump (n);
It gives a YES for IsJSON() ....
It this really intended?
I really doubt.
I want to use IsJSON to detect succesful results of my cfcs to work with them. If not json, it is an error code. please do not tell me that I can do it in a diffreent manner. I know that.
