NClone
NClone copied to clipboard
Deep cloning of Dictionarys
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.