How to keep json-framwork from escaping the backslash when formatting date for WCF service in JSON

StackOverflow https://stackoverflow.com/questions/7211967

質問

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)\/"?

役に立ちましたか?

解決

Not possible in JSON-Framwork. Switched to JSON kit which only took about 10 mins and seems like a much cleaner framwork as well.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top