How do I move a type to a dependent assembly without breaking deserialzation of existing data?
I have a .Net framework project that contains two different concerns:
Deserialize Json key starts with “$” in .net
var testJson = “{ “$id”:”1js3kjkja2o”}”;