You can very easily convert it to a structure using the deserializeJSON function in CF. Here is a link with some examples of working with JSON in ColdFusion. http://www.learncfinaweek.com/week1/JSON/
On Tue, Apr 7, 2015 at 11:55 AM Robert Harrison <[email protected]> wrote: > > I'm sending an Ajax post to a CF page. The post data looks like (below) in > the counsel: > > > > Object {name: "rid", value: "1"} > > > > How in the heck to I get that value on the ColdFusion page? > > > > > > Robert Harrison > Full Stack Developer > AIMG > <mailto:[email protected]> [email protected] > Main Office: 704-321-1234 ext.118 > Direct Line: 516-302-4345 > <http://www.aimg.com/> www.aimg.com > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:360418 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

