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.