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

400 Views Asked by At

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

1

There are 1 best solutions below

2
On BEST ANSWER

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