Skip to content

Instantly share code, notes, and snippets.

@aquajach
Created November 7, 2010 10:25
Show Gist options
  • Save aquajach/666051 to your computer and use it in GitHub Desktop.
Save aquajach/666051 to your computer and use it in GitHub Desktop.
XML:
<watchlist>
<id type="integer">287</id>
<last-updated type="datetime">2007-10-22T13:05:27-04:00</last-updated>
<name>macromedia</name>
</watchlist>
<watchlist>
<id type="integer">288</id>
<last-updated type="datetime">2007-10-22T13:05:29-04:00</last-updated>
<name>adobe air</name>
</watchlist>
YAML:
- !ruby/object:Watchlist
attributes:
name: macromedia
id: "287"
last_updated: 2007-10-22 13:05:27
- !ruby/object:Watchlist
attributes:
name: adobe air
id: "288"
last_updated: 2007-10-22 13:05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment