This file contains hidden or 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
<response> | |
<draft> | |
<description>NBA Draft 2013</description> | |
<numberOfRounds>2</numberOfRounds> | |
<rounds> | |
<roundsItem> | |
<round>1</round> | |
<description>Round 1</description> | |
<picks> | |
<picksItem> |
This file contains hidden or 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
<response> | |
<sports> | |
<sportsItem> | |
<name>basketball</name> | |
<id>40</id> | |
<leagues> | |
<leaguesItem> | |
<name>National Basketball Assoc.</name> | |
<abbreviation>nba</abbreviation> | |
<id>46</id> |
This file contains hidden or 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
{ | |
"sports": [ | |
{ | |
"name": "basketball", | |
"id": 40, | |
"leagues": [ | |
{ | |
"name": "National Basketball Assoc.", | |
"abbreviation": "nba", | |
"id": 46, |
OlderNewer