JSONPatcherProxy
JSONPatcherProxy copied to clipboard
Move method deepClone() to tests
The library contains a static method deepClone, which is only used to support tests. This method should be moved to a test helper, or completely replaced with JSON.parse(JSON.stringify()) which should be sufficient for the use cases.