Skip to content

Instantly share code, notes, and snippets.

@collin
Created October 4, 2008 23:04
Show Gist options
  • Save collin/14819 to your computer and use it in GitHub Desktop.
Save collin/14819 to your computer and use it in GitHub Desktop.
{'element': {
'attrs': {'attribute':{/*another damned document*/}},
'contents': [{
'more_shit':{}
}]
}}
<!-- WTF xml, why do you suck so much?
Please try harder to be a data structure next time. -->
<element
attribute="<another_damned_document />"
>
<more_shit />
</element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment