Following the sample here: http://james.newtonking.com/json/help/index.html?topic=html/CustomJsonConverter.htm
I am wondering how JToken.FromObject impacs performance when serialization.
Hoping someone have an asnwer and save me the time of profiling it after doing it.
I have a custom class where I would like to alter the values in the serialization and the sample seems to be a good case to do so. Just wondering if its using extra reflection to do so or JToken.FromObject also is used internally when serializing an object.