I just burned an hour chasing down a JSON serialization issue in .NET 3.5.  Watch out for trying to serialize DateTime values that are MaxValue or MinValue.  This is an issue whether you are using the DataContractJsonSerializer directly or if Read More...