#Always worth serializing something and
1 messages · Page 1 of 1 (latest)
I'm not sure I understand, like copy the big JSON blob I have in my debugger into dotnetfiddle?
But that doesn't have escape characters so I'd need to rewrite it eventually anyway, right?
Why would you need to hardcode it anyway?
I don't need to hardcode it in the product. I am trying to make sure that newtonsoft can actually deserialize a dictionary<string, ObjectOfSomeKind> instead of just <string, string>. And it can.
I'm just suggesting you could just make it serialize it, and then deserialize that result
you never needed to write anything manually
Ah, I see. That makes sense