NClone icon indicating copy to clipboard operation
NClone copied to clipboard

Deep cloning of Dictionarys

Open Jacob-McKay opened this issue 9 years ago • 0 comments

I have a use case where I need to clone something that has a field like: Dictionary<string, <Dictionary<string, string>>

That crazyness is basically a way to get a known 2-level json object to deserialize.

I noticed the inner dictionary was only a shallow copy. If this is not meant to be supported than this isn't an issue, but I thought I'd put this here in case anyone else runs into it.

Jacob-McKay avatar Nov 03 '16 17:11 Jacob-McKay