在 JSON 中格式化 WCF 服务的日期时,如何防止 json-framwork 转义反斜杠
我在这里注意到了 JSONKit 的答案: 如何防止 JSONKit 从 ASP.NET JSON 日期格式中转义反斜杠? 但想知道是否有类似的方法使用 JSON 框架来防止其转义反斜杠字符WCF JSON 日期格式:“\/Date(251683200000)\/”?
I have noted the answer for JSONKit here: How to prevent JSONKit from escaping backslash from ASP.NET JSON date format? but was wondering if there is a similar way using JSON-framework to keep it from escaping the backslash character in the WCF JSON date format: "\/Date(251683200000)\/"?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 JSON-Framwork 中不可能。切换到 JSON 套件只花了大约 10 分钟,而且看起来也是一个更干净的框架。
Not possible in JSON-Framwork. Switched to JSON kit which only took about 10 mins and seems like a much cleaner framwork as well.