Skip to content

Instantly share code, notes, and snippets.

@ruanyl
Created July 21, 2014 08:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruanyl/992461b24d3c954d6a89 to your computer and use it in GitHub Desktop.
Save ruanyl/992461b24d3c954d6a89 to your computer and use it in GitHub Desktop.
tricky to copy an JSON like object in javascript
JSON.parse(JSON.stringify(obj_json));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment