Skip to content

Instantly share code, notes, and snippets.

@jlee42
Last active December 20, 2015 18:18
Show Gist options
  • Save jlee42/6174542 to your computer and use it in GitHub Desktop.
Save jlee42/6174542 to your computer and use it in GitHub Desktop.
Rabl response
{"id":311,"name":"Sample Name"}
[:id, 311][:name, "Sample Name"]
<?xml version="1.0" encoding="UTF-8"?>
<event>
<id type="integer">311</id>
<name>Sample Name</name>
</event>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment