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

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

Domanda

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

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top