I'm returning database records to a JavaScript Ajax Call formatted as JSON object and it works perfectly - except the problem that if the string - value "Yes" is set in a column, it will become to "true" in the output using SerializeJSON.
An Example: Source: | Artist (string) | Items (int) | | Peter Gabriel | 17 | | Yes | 3 | becomes | "Peter Gabriel" | 17 | | true | 3 | How can we manage that every string is returned to the JavaScript as-is without any modifications? -- Hansjoerg ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316690 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

