Skip to content

Instantly share code, notes, and snippets.

@gradus
Created May 30, 2011 00:46
Show Gist options
  • Save gradus/998294 to your computer and use it in GitHub Desktop.
Save gradus/998294 to your computer and use it in GitHub Desktop.
JavaScript
(JSON.stringify({"name":"a","content":["google"],"attributes":{"href":"google.com"}}) == JSON.stringify({"name":"a","content":["google"],"attributes":{"href":"google.com"}})) // => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment