Creating JSON object that can be deserialized in C# Creating JSON object that can be deserialized in C# json json

Creating JSON object that can be deserialized in C#


I think it's because it doesn't like the format of your date - i.e. '02/19/2013 12:00pm'. Try changing the type of Date in your C# Fixture Data Contract to be a string or editing the toJSON method of your JS Fixture prototype to return a string in a format such as "2013-02-19Z".