>Just to give you another way of looking at it. > >JSON is just a string format, much like WDDX is (although a lot less >verbose). Without parsing, it's still just a string. > >The manual way of converting JSON to a JS data struct is by calling eval() >on it - like so: > >var data = eval(myJSONString); > >And you are good to go. > >Mark > >On Thu, Jun 18, 2009 at 9:16 AM, Josh Nathanson ><[email protected]>wrote: > >>
Mark, You are correct in that I am getting a string back, but the eval fuction does not seem to work. I just get a copy of the same JSON formatted string. Do you know whether there is a string to JSON conversion method out there? Thanks, James ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323639 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

