Hello,
This MSDN topic metnions that all instances of / will always be escaped when you use the WCF JSON serializer. The reason for that is rather complex but has to do with the way the DateTime type is serialized. I don't think there is a way to get the serializaer to behave differently.
However upon calling eval in JavaScript on the client side \/ will corectly turn into /, so it souldn't be a problem.
Thanks,
-Yavor
If this answers your question, please mark as answered.
Program Manager |
Silverlight Web Services Team | Microsoft