-
-
Save jonmarkgo/867411 to your computer and use it in GitHub Desktop.
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"?> | |
<listings type="array"> | |
<listing> | |
<created-at type="datetime">2011-02-09T17:28:40Z</created-at> | |
<description>Homemade Lemonade</description> | |
<id type="integer">1</id> | |
<lat type="float">22.73</lat> | |
<lng type="float">-20.19</lng> | |
<photo-url>http://example.com/photo.jpg</photo-url> | |
<price type="integer">100</price> | |
<status nil="true" /> | |
<thumbnail-url>http://example.com/thumbnail.jpg</thumbnail-url> | |
<updated-at type="datetime">2011-02-09T17:31:42Z</updated-at> | |
<management-url nil="true" /> | |
<phone-number nil="true" /> | |
</listing> | |
<listing> | |
<created-at type="datetime">2011-03-09T17:28:40Z</created-at> | |
<description>Awesome thinger for sale</description> | |
<id type="integer">2</id> | |
<lat type="float">35.0</lat> | |
<lng type="float">40.0</lng> | |
<photo-url>http://example.com/photo.jpg</photo-url> | |
<price type="integer">10</price> | |
<status nil="true" /> | |
<thumbnail-url>http://example.com/thumbnail.jpg</thumbnail-url> | |
<updated-at type="datetime">2011-03-09T17:31:42Z</updated-at> | |
<management_url nil="true" /> | |
<phone_number nil="true" /> | |
</listing> | |
</listings> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment