Hi,
If a property name changes I want to be able to map it to a new property name.
Say I have a Person object with the FullName property and I have save a json representation of this to a file.
Now I have decided to change the property name to something else (say ABC).
How can I intercept the deserialization process and tell json.net to use a different property name (ABC now).
Thanks,
Saar.