Skip to content

Instantly share code, notes, and snippets.

@bradgessler
Created November 21, 2013 03:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradgessler/7575600 to your computer and use it in GitHub Desktop.
Save bradgessler/7575600 to your computer and use it in GitHub Desktop.
JSON vs XML
{
a: {
attributes {
href: 'foo.html'
}
value: 'Click Here'
}
}
<a href="foo.html">Click here</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment