I am profiling my ASP.NET MVC app and when I hit my local version on IIS and I have noticed that deserializing an object of about 77kb takes around 100ms, is this expected?
Also the CPU seems to max out while im profiling, is the task of deserializing very intense, or should I be looking elsewhere?
Thanks for any help you can give.
JsonConvert.DeserializeObject