Creates a deep copy of an object using JSON stringify/parse
The object to deep copy
A deep copy of the input object
This method has limitations with functions, undefined values, symbols, etc.
Creates a deep copy of an object using JSON stringify/parse