Skip to content

Instantly share code, notes, and snippets.

@Jagathishrex
Created November 26, 2019 00:07
Show Gist options
  • Save Jagathishrex/63fef951126bd3da53496abf4a822009 to your computer and use it in GitHub Desktop.
Save Jagathishrex/63fef951126bd3da53496abf4a822009 to your computer and use it in GitHub Desktop.
function JSONCopy(source) {
return JSON.parse(JSON.stringify(source));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment