Newtonsoft.Json DON'T serialize properties
I've got a fixedPoint math library objects that have the actual values in a few fields and then like a billion properties that seem to hold converted versions of those values to pass along or something? I.E. //important info public…