Basic JSON question
I am relatively new to working with JSON. I've had success with a few projects reusing the same code. On this particular one, the JSON data is returned differently and I could use some assistance on my deserialize code. This what I've been using:
<cfset requestBody = toString( getHttpRequestData().content ) />
<cfset results = deserializeJSON( requestBody )>This is what I get back when I dump the reply:
I assume my toString is looking at the wrong location for the response since the requestBody is empty.
Appreciate any help!
Thanks,
Gary
