Cannot deserialize the current JSON array (e.g. [1,2,3]) into type
I have a class like this:
I have a class like this:
Where can I specify custom serialization/deserialization in an ASP.NET Web API?
I am getting error while deserializing jsonString.
I grabbed an example off of this SO question, and built my own custom Google Maps object used for deserializing the json object.