deep-clone topic
deeplyAssign
A deeply copy the values of all enumerable own properties and symbol properties from one or more source objects to a target object. It will return the target object. Written in TypeScript
clone-deep
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. Used by superstruct, merge-deep, and many others!
copy-anything
An optimised way to copy'ing (cloning) an Object or Array. A small and simple integration
AnyClone
A CSharp library that can deep clone any object using only reflection.
fast-json-clone
Clone plain JSON value faster than the fastest
Baksteen.Extensions.DeepCopy
C# extension method for fast object cloning. This is a speed-optimized forked version of Alexy Burtsev's deep copier.