#Always worth serializing something and

1 messages · Page 1 of 1 (latest)

hollow arch
#

I'm not sure I understand, like copy the big JSON blob I have in my debugger into dotnetfiddle?

carmine forum
hollow arch
#

But that doesn't have escape characters so I'd need to rewrite it eventually anyway, right?

sweet ingot
#

Why would you need to hardcode it anyway?

hollow arch
#

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.

carmine forum
#

I'm just suggesting you could just make it serialize it, and then deserialize that result

#

you never needed to write anything manually

hollow arch
#

Ah, I see. That makes sense