Last active
December 20, 2015 18:18
-
-
Save jlee42/6174542 to your computer and use it in GitHub Desktop.
Rabl response
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"id":311,"name":"Sample Name"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[:id, 311][:name, "Sample Name"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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