CFC handling jQuery.serializeArray() data via AJaX post
Hello, all,
I've got a form that I'm using AJaX to submit after using jQuery.serializeArray() and JSON.stringify(). I've set the contentType to "application/json". What ColdFusion gets in the CFC is an array of structs. Screencap included.
<cfset requestBody = toString(getHttpRequestData().content) />

What I would _like_ to do is convert this to the form scope. But converting to a query is just as good. Question is: What is the most efficient way to do this?
V/r,
^ _ ^
