Skip to content

Instantly share code, notes, and snippets.

@richmolj
Last active August 29, 2015 14:08
Show Gist options
  • Save richmolj/9c78453f5ddff71a40cc to your computer and use it in GitHub Desktop.
Save richmolj/9c78453f5ddff71a40cc to your computer and use it in GitHub Desktop.
Ruby
{title: 'HR71', yes_vote_count: 100, no_vote_count: 90}
JSON
{"title":"HR71","yes_vote_count":100,"no_vote_count":90}
XML
<?xml version="1.0" encoding="UTF-8"?>
<bill>
  <title>HR71</title>
  <yes-vote-count type="integer">100</yes-vote-count>
  <no-vote-count type="integer">90</no-vote-count>
</bill>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment