online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
import json import pandas as pd def create_nba_teams(): with open("teams.json") as f: data = json.load(f) df = pd.DataFrame(data["league"]["standard"]) nba_teams = df[df["isNBAFranchise"]] final = nba_teams[["teamId", "tricode", "confName", "divName", "city", "fullName"]] return final.reset_index(drop=True) # This part is just the driver code nba_teams = create_nba_teams() print(nba_teams)
{ "league" : { "vegas" : [ { "city" : "Atlanta", "fullName" : "Atlanta Hawks", "isNBAFranchise" : true, "confName" : "East", "tricode" : "ATL", "teamShortName" : "Atlanta", "divName" : "Southeast", "isAllStar" : false, "nickname" : "Hawks", "urlName" : "hawks", "teamId" : "1610612737", "altCityName" : "Atlanta" }, { "nickname" : "Celtics", "urlName" : "celtics", "teamId" : "1610612738", "altCityName" : "Boston", "tricode" : "BOS", "teamShortName" : "Boston", "divName" : "Atlantic", "isAllStar" : false, "isNBAFranchise" : true, "confName" : "East", "fullName" : "Boston Celtics", "city" : "Boston" }, { "altCityName" : "Brooklyn", "teamId" : "1610612751", "urlName" : "nets", "nickname" : "Nets", "isAllStar" : false, "divName" : "Atlantic", "teamShortName" : "Brooklyn", "tricode" : "BKN", "confName" : "East", "isNBAFranchise" : true, "fullName" : "Brooklyn Nets", "city" : "Brooklyn" }, { "nickname" : "Hornets", "urlName" : "hornets", "teamId" : "1610612766", "altCityName" : "Charlotte", "tricode" : "CHA", "teamShortName" : "Charlotte", "divName" : "Southeast", "isAllStar" : false, "isNBAFranchise" : true, "confName" : "East", "fullName" : "Charlotte Hornets", "city" : "Charlotte" }, { "altCityName" : "Chicago", "teamId" : "1610612741", "urlName" : "bulls", "nickname" : "Bulls", "isAllStar" : false, "divName" : "Central", "teamShortName" : "Chicago", "tricode" : "CHI", "confName" : "East", "isNBAFranchise" : true, "fullName" : "Chicago Bulls", "city" : "Chicago" }, { "urlName" : "cavaliers", "nickname" : "Cavaliers", "altCityName" : "Cleveland", "teamId" : "1610612739", "teamShortName" : "Cleveland", "tricode" : "CLE", "isAllStar" : false, "divName" : "Central", "isNBAFranchise" : true, "confName" : "East", "fullName" : "Cleveland Cavaliers", "city" : "Cleveland" }, { "isNBAFranchise" : true, "confName" : "West", "city" : "Dallas", "fullName" : "Dallas Mavericks", "nickname" : "Mavericks", "urlName" : "mavericks", "teamId" : "1610612742", "altCityName" : "Dallas", "tricode" : "DAL", "teamShortName" : "Dallas", "divName" : "Southwest", "isAllStar" : false }, { "divName" : "Northwest", "isAllStar" : false, "tricode" : "DEN", "teamShortName" : "Denver", "teamId" : "1610612743", "altCityName" : "Denver", "nickname" : "Nuggets", "urlName" : "nuggets", "city" : "Denver", "fullName" : "Denver Nuggets", "confName" : "West", "isNBAFranchise" : true }, { "divName" : "Central", "isAllStar" : false, "tricode" : "DET", "teamShortName" : "Detroit", "teamId" : "1610612765", "altCityName" : "Detroit", "nickname" : "Pistons", "urlName" : "pistons", "fullName" : "Detroit Pistons", "city" : "Detroit", "confName" : "East", "isNBAFranchise" : true }, { "teamShortName" : "Golden State", "tricode" : "GSW", "isAllStar" : false, "divName" : "Pacific", "urlName" : "warriors", "nickname" : "Warriors", "altCityName" : "Golden State", "teamId" : "1610612744", "fullName" : "Golden State Warriors", "city" : "Golden State", "isNBAFranchise" : true, "confName" : "West" }, { "nickname" : "Rockets", "urlName" : "rockets", "teamId" : "1610612745", "altCityName" : "Houston", "tricode" : "HOU", "teamShortName" : "Houston", "divName" : "Southwest", "isAllStar" : false, "isNBAFranchise" : true, "confName" : "West", "fullName" : "Houston Rockets", "city" : "Houston" }, { "fullName" : "Indiana Pacers", "city" : "Indiana", "isNBAFranchise" : true, "confName" : "East", "tricode" : "IND", "teamShortName" : "Indiana", "divName" : "Central", "isAllStar" : false, "nickname" : "Pacers", "urlName" : "pacers", "teamId" : "1610612754", "altCityName" : "Indiana" }, { "urlName" : "clippers", "nickname" : "Clippers", "altCityName" : "LA Clippers", "teamId" : "1610612746", "teamShortName" : "LA Clippers", "tricode" : "LAC", "isAllStar" : false, "divName" : "Pacific", "isNBAFranchise" : true, "confName" : "West", "fullName" : "LA Clippers", "city" : "LA" }, { "isAllStar" : false, "divName" : "Pacific", "teamShortName" : "L.A. Lakers", "tricode" : "LAL", "altCityName" : "Los Angeles Lakers", "teamId" : "1610612747", "urlName" : "lakers", "nickname" : "Lakers", "city" : "Los Angeles", "fullName" : "Los Angeles Lakers", "confName" : "West", "isNBAFranchise" : true }, { "urlName" : "grizzlies", "nickname" : "Grizzlies", "altCityName" : "Memphis", "teamId" : "1610612763", "teamShortName" : "Memphis", "tricode" : "MEM", "isAllStar" : false, "divName" : "Southwest", "isNBAFranchise" : true, "confName" : "West", "city" : "Memphis", "fullName" : "Memphis Grizzlies" }, { "nickname" : "Heat", "urlName" : "heat", "teamId" : "1610612748", "altCityName" : "Miami", "tricode" : "MIA", "teamShortName" : "Miami", "divName" : "Southeast", "isAllStar" : false, "isNBAFranchise" : true, "confName" : "East", "city" : "Miami", "fullName" : "Miami Heat" }, { "teamShortName" : "Milwaukee", "tricode" : "MIL", "isAllStar" : false, "divName" : "Central", "urlName" : "bucks", "nickname" : "Bucks", "altCityName" : "Milwaukee", "teamId" : "1610612749", "fullName" : "Milwaukee Bucks", "city" : "Milwaukee", "isNBAFranchise" : true, "confName" : "East" }, { "tricode" : "MIN", "teamShortName" : "Minnesota", "divName" : "Northwest", "isAllStar" : false, "nickname" : "Timberwolves", "urlName" : "timberwolves", "teamId" : "1610612750", "altCityName" : "Minnesota", "fullName" : "Minnesota Timberwolves", "city" : "Minnesota", "isNBAFranchise" : true, "confName" : "West" }, { "fullName" : "New Orleans Pelicans", "city" : "New Orleans", "confName" : "West", "isNBAFranchise" : true, "isAllStar" : false, "divName" : "Southwest", "teamShortName" : "New Orleans", "tricode" : "NOP", "altCityName" : "New Orleans", "teamId" : "1610612740", "urlName" : "pelicans", "nickname" : "Pelicans" }, { "fullName" : "New York Knicks", "city" : "New York", "isNBAFranchise" : true, "confName" : "East", "tricode" : "NYK", "teamShortName" : "New York", "divName" : "Atlantic", "isAllStar" : false, "nickname" : "Knicks", "urlName" : "knicks", "teamId" : "1610612752", "altCityName" : "New York" }, { "fullName" : "Oklahoma City Thunder", "city" : "Oklahoma City", "confName" : "West", "isNBAFranchise" : true, "isAllStar" : false, "divName" : "Northwest", "teamShortName" : "Oklahoma City", "tricode" : "OKC", "altCityName" : "Oklahoma City", "teamId" : "1610612760", "urlName" : "thunder", "nickname" : "Thunder" }, { "isNBAFranchise" : true, "confName" : "East", "fullName" : "Orlando Magic", "city" : "Orlando", "nickname" : "Magic", "urlName" : "magic", "teamId" : "1610612753", "altCityName" : "Orlando", "tricode" : "ORL", "teamShortName" : "Orlando", "divName" : "Southeast", "isAllStar" : false }, { "nickname" : "76ers", "urlName" : "sixers", "teamId" : "1610612755", "altCityName" : "Philadelphia", "tricode" : "PHI", "teamShortName" : "Philadelphia", "divName" : "Atlantic", "isAllStar" : false, "isNBAFranchise" : true, "confName" : "East", "fullName" : "Philadelphia 76ers", "city" : "Philadelphia" }, { "city" : "Phoenix", "fullName" : "Phoenix Suns", "confName" : "West", "isNBAFranchise" : true, "isAllStar" : false, "divName" : "Pacific", "teamShortName" : "Phoenix", "tricode" : "PHX", "altCityName" : "Phoenix", "teamId" : "1610612756", "urlName" : "suns", "nickname" : "Suns" }, { "fullName" : "Portland Trail Blazers", "city" : "Portland", "confName" : "West", "isNBAFranchise" : true, "divName" : "Northwest", "isAllStar" : false, "tricode" : "POR", "teamShortName" : "Portland", "teamId" : "1610612757", "altCityName" : "Portland", "nickname" : "Trail Blazers", "urlName" : "blazers" }, { "teamId" : "1610612758", "altCityName" : "Sacramento", "nickname" : "Kings", "urlName" : "kings", "divName" : "Pacific", "isAllStar" : false, "tricode" : "SAC", "teamShortName" : "Sacramento", "confName" : "West", "isNBAFranchise" : true, "city" : "Sacramento", "fullName" : "Sacramento Kings" }, { "fullName" : "San Antonio Spurs", "city" : "San Antonio", "confName" : "West", "isNBAFranchise" : true, "divName" : "Southwest", "isAllStar" : false, "tricode" : "SAS", "teamShortName" : "San Antonio", "teamId" : "1610612759", "altCityName" : "San Antonio", "nickname" : "Spurs", "urlName" : "spurs" }, { "isNBAFranchise" : false, "confName" : "East", "city" : "Team", "fullName" : "Team Team Durant", "urlName" : "team_durant", "nickname" : "Team Durant", "altCityName" : "Team", "teamId" : "1610616833", "teamShortName" : "Team Durant", "tricode" : "DRT", "isAllStar" : true, "divName" : "East" }, { "teamId" : "1610616834", "altCityName" : "Team", "nickname" : "Team LeBron", "urlName" : "team_lebron", "divName" : "West", "isAllStar" : true, "tricode" : "LBN", "teamShortName" : "Team LeBron", "confName" : "West", "isNBAFranchise" : false, "fullName" : "Team LeBron", "city" : "Team" }, { "isNBAFranchise" : true, "confName" : "East", "city" : "Toronto", "fullName" : "Toronto Raptors", "nickname" : "Raptors", "urlName" : "raptors", "teamId" : "1610612761", "altCityName" : "Toronto", "tricode" : "TOR", "teamShortName" : "Toronto", "divName" : "Atlantic", "isAllStar" : false }, { "fullName" : "Utah Jazz", "city" : "Utah", "confName" : "West", "isNBAFranchise" : true, "divName" : "Northwest", "isAllStar" : false, "tricode" : "UTA", "teamShortName" : "Utah", "teamId" : "1610612762", "altCityName" : "Utah", "nickname" : "Jazz", "urlName" : "jazz" }, { "fullName" : "Utah Blue", "city" : "Utah", "confName" : "West", "isNBAFranchise" : false, "divName" : "Northwest", "isAllStar" : false, "tricode" : "UTB", "teamShortName" : "Utah Blue", "teamId" : "1810612762", "altCityName" : "Utah", "nickname" : "Jazz", "urlName" : "utah_blue" }, { "fullName" : "Utah White", "city" : "Utah", "confName" : "West", "isNBAFranchise" : false, "divName" : "Northwest", "isAllStar" : false, "tricode" : "UTW", "teamShortName" : "Utah White", "teamId" : "1710612762", "altCityName" : "Utah", "nickname" : "Jazz", "urlName" : "utah_white" }, { "fullName" : "Washington Wizards", "city" : "Washington", "confName" : "East", "isNBAFranchise" : true, "divName" : "Southeast", "isAllStar" : false, "tricode" : "WAS", "teamShortName" : "Washington", "teamId" : "1610612764", "altCityName" : "Washington", "nickname" : "Wizards", "urlName" : "wizards" } ], "standard" : [ { "city" : "Atlanta", "fullName" : "Atlanta Hawks", "isNBAFranchise" : true, "confName" : "East", "tricode" : "ATL", "teamShortName" : "Atlanta", "divName" : "Southeast", "isAllStar" : false, "nickname" : "Hawks", "urlName" : "hawks", "teamId" : "1610612737", "altCityName" : "Atlanta" }, { "nickname" : "Celtics", "urlName" : "celtics", "teamId" : "1610612738", "altCityName" : "Boston", "tricode" : "BOS", "teamShortName" : "Boston", "divName" : "Atlantic", "isAllStar" : false, "isNBAFranchise" : true, "confName" : "East", "fullName" : "Boston Celtics", "city" : "Boston" }, { "altCityName" : "Brooklyn", "teamId" : "1610612751", "urlName" : "nets", "nickname" : "Nets", "isAllStar" : false, "divName" : "Atlantic", "teamShortName" : "Brooklyn", "tricode" : "BKN", "confName" : "East", "isNBAFranchise" : true, "fullName" : "Brooklyn Nets", "city" : "Brooklyn" }, { "nickname" : "Hornets", "urlName" : "hornets", "teamId" : "1610612766", "altCityName" : "Charlotte", "tricode" : "CHA", "teamShortName" : "Charlotte", "divName" : "Southeast", "isAllStar" : false, "isNBAFranchise" : true, "confName" : "East", "fullName" : "Charlotte Hornets", "city" : "Charlotte" }, { "altCityName" : "Chicago", "teamId" : "1610612741", "urlName" : "bulls", "nickname" : "Bulls", "isAllStar" : false, "divName" : "Central", "teamShortName" : "Chicago", "tricode" : "CHI", "confName" : "East", "isNBAFranchise" : true, "fullName" : "Chicago Bulls", "city" : "Chicago" }, { "urlName" : "cavaliers", "nickname" : "Cavaliers", "altCityName" : "Cleveland", "teamId" : "1610612739", "teamShortName" : "Cleveland", "tricode" : "CLE", "isAllStar" : false, "divName" : "Central", "isNBAFranchise" : true, "confName" : "East", "fullName" : "Cleveland Cavaliers", "city" : "Cleveland" }, { "isNBAFranchise" : true, "confName" : "West", "city" : "Dallas", "fullName" : "Dallas Mavericks", "nickname" : "Mavericks", "urlName" : "mavericks", "teamId" : "1610612742", "altCityName" : "Dallas", "tricode" : "DAL", "teamShortName" : "Dallas", "divName" : "Southwest", "isAllStar" : false }, { "divName" : "Northwest", "isAllStar" : false, "tricode" : "DEN", "teamShortName" : "Denver", "teamId" : "1610612743", "altCityName" : "Denver", "nickname" : "Nuggets", "urlName" : "nuggets", "city" : "Denver", "fullName" : "Denver Nuggets", "confName" : "West", "isNBAFranchise" : true }, { "divName" : "Central", "isAllStar" : false, "tricode" : "DET", "teamShortName" : "Detroit", "teamId" : "1610612765", "altCityName" : "Detroit", "nickname" : "Pistons", "urlName" : "pistons", "fullName" : "Detroit Pistons", "city" : "Detroit", "confName" : "East", "isNBAFranchise" : true }, { "teamShortName" : "Golden State", "tricode" : "GSW", "isAllStar" : false, "divName" : "Pacific", "urlName" : "warriors", "nickname" : "Warriors", "altCityName" : "Golden State", "teamId" : "1610612744", "fullName" : "Golden State Warriors", "city" : "Golden State", "isNBAFranchise" : true, "confName" : "West" }, { "nickname" : "Rockets", "urlName" : "rockets", "teamId" : "1610612745", "altCityName" : "Houston", "tricode" : "HOU", "teamShortName" : "Houston", "divName" : "Southwest", "isAllStar" : false, "isNBAFranchise" : true, "confName" : "West", "fullName" : "Houston Rockets", "city" : "Houston" }, { "fullName" : "Indiana Pacers", "city" : "Indiana", "isNBAFranchise" : true, "confName" : "East", "tricode" : "IND", "teamShortName" : "Indiana", "divName" : "Central", "isAllStar" : false, "nickname" : "Pacers", "urlName" : "pacers", "teamId" : "1610612754", "altCityName" : "Indiana" }, { "urlName" : "clippers", "nickname" : "Clippers", "altCityName" : "LA Clippers", "teamId" : "1610612746", "teamShortName" : "LA Clippers", "tricode" : "LAC", "isAllStar" : false, "divName" : "Pacific", "isNBAFranchise" : true, "confName" : "West", "fullName" : "LA Clippers", "city" : "LA" }, { "isAllStar" : false, "divName" : "Pacific", "teamShortName" : "L.A. Lakers", "tricode" : "LAL", "altCityName" : "Los Angeles Lakers", "teamId" : "1610612747", "urlName" : "lakers", "nickname" : "Lakers", "city" : "Los Angeles", "fullName" : "Los Angeles Lakers", "confName" : "West", "isNBAFranchise" : true }, { "urlName" : "grizzlies", "nickname" : "Grizzlies", "altCityName" : "Memphis", "teamId" : "1610612763", "teamShortName" : "Memphis", "tricode" : "MEM", "isAllStar" : false, "divName" : "Southwest", "isNBAFranchise" : true, "confName" : "West", "city" : "Memphis", "fullName" : "Memphis Grizzlies" }, { "nickname" : "Heat", "urlName" : "heat", "teamId" : "1610612748", "altCityName" : "Miami", "tricode" : "MIA", "teamShortName" : "Miami", "divName" : "Southeast", "isAllStar" : false, "isNBAFranchise" : true, "confName" : "East", "city" : "Miami", "fullName" : "Miami Heat" }, { "teamShortName" : "Milwaukee", "tricode" : "MIL", "isAllStar" : false, "divName" : "Central", "urlName" : "bucks", "nickname" : "Bucks", "altCityName" : "Milwaukee", "teamId" : "1610612749", "fullName" : "Milwaukee Bucks", "city" : "Milwaukee", "isNBAFranchise" : true, "confName" : "East" }, { "tricode" : "MIN", "teamShortName" : "Minnesota", "divName" : "Northwest", "isAllStar" : false, "nickname" : "Timberwolves", "urlName" : "timberwolves", "teamId" : "1610612750", "altCityName" : "Minnesota", "fullName" : "Minnesota Timberwolves", "city" : "Minnesota", "isNBAFranchise" : true, "confName" : "West" }, { "fullName" : "New Orleans Pelicans", "city" : "New Orleans", "confName" : "West", "isNBAFranchise" : true, "isAllStar" : false, "divName" : "Southwest", "teamShortName" : "New Orleans", "tricode" : "NOP", "altCityName" : "New Orleans", "teamId" : "1610612740", "urlName" : "pelicans", "nickname" : "Pelicans" }, { "fullName" : "New York Knicks", "city" : "New York", "isNBAFranchise" : true, "confName" : "East", "tricode" : "NYK", "teamShortName" : "New York", "divName" : "Atlantic", "isAllStar" : false, "nickname" : "Knicks", "urlName" : "knicks", "teamId" : "1610612752", "altCityName" : "New York" }, { "fullName" : "Oklahoma City Thunder", "city" : "Oklahoma City", "confName" : "West", "isNBAFranchise" : true, "isAllStar" : false, "divName" : "Northwest", "teamShortName" : "Oklahoma City", "tricode" : "OKC", "altCityName" : "Oklahoma City", "teamId" : "1610612760", "urlName" : "thunder", "nickname" : "Thunder" }, { "isNBAFranchise" : true, "confName" : "East", "fullName" : "Orlando Magic", "city" : "Orlando", "nickname" : "Magic", "urlName" : "magic", "teamId" : "1610612753", "altCityName" : "Orlando", "tricode" : "ORL", "teamShortName" : "Orlando", "divName" : "Southeast", "isAllStar" : false }, { "nickname" : "76ers", "urlName" : "sixers", "teamId" : "1610612755", "altCityName" : "Philadelphia", "tricode" : "PHI", "teamShortName" : "Philadelphia", "divName" : "Atlantic", "isAllStar" : false, "isNBAFranchise" : true, "confName" : "East", "fullName" : "Philadelphia 76ers", "city" : "Philadelphia" }, { "city" : "Phoenix", "fullName" : "Phoenix Suns", "confName" : "West", "isNBAFranchise" : true, "isAllStar" : false, "divName" : "Pacific", "teamShortName" : "Phoenix", "tricode" : "PHX", "altCityName" : "Phoenix", "teamId" : "1610612756", "urlName" : "suns", "nickname" : "Suns" }, { "fullName" : "Portland Trail Blazers", "city" : "Portland", "confName" : "West", "isNBAFranchise" : true, "divName" : "Northwest", "isAllStar" : false, "tricode" : "POR", "teamShortName" : "Portland", "teamId" : "1610612757", "altCityName" : "Portland", "nickname" : "Trail Blazers", "urlName" : "blazers" }, { "teamId" : "1610612758", "altCityName" : "Sacramento", "nickname" : "Kings", "urlName" : "kings", "divName" : "Pacific", "isAllStar" : false, "tricode" : "SAC", "teamShortName" : "Sacramento", "confName" : "West", "isNBAFranchise" : true, "city" : "Sacramento", "fullName" : "Sacramento Kings" }, { "fullName" : "San Antonio Spurs", "city" : "San Antonio", "confName" : "West", "isNBAFranchise" : true, "divName" : "Southwest", "isAllStar" : false, "tricode" : "SAS", "teamShortName" : "San Antonio", "teamId" : "1610612759", "altCityName" : "San Antonio", "nickname" : "Spurs", "urlName" : "spurs" }, { "isNBAFranchise" : false, "confName" : "East", "city" : "Team", "fullName" : "Team Team Durant", "urlName" : "team_durant", "nickname" : "Team Durant", "altCityName" : "Team", "teamId" : "1610616833", "teamShortName" : "Team Durant", "tricode" : "DRT", "isAllStar" : true, "divName" : "East" }, { "teamId" : "1610616834", "altCityName" : "Team", "nickname" : "Team LeBron", "urlName" : "team_lebron", "divName" : "West", "isAllStar" : true, "tricode" : "LBN", "teamShortName" : "Team LeBron", "confName" : "West", "isNBAFranchise" : false, "fullName" : "Team LeBron", "city" : "Team" }, { "isNBAFranchise" : true, "confName" : "East", "city" : "Toronto", "fullName" : "Toronto Raptors", "nickname" : "Raptors", "urlName" : "raptors", "teamId" : "1610612761", "altCityName" : "Toronto", "tricode" : "TOR", "teamShortName" : "Toronto", "divName" : "Atlantic", "isAllStar" : false }, { "fullName" : "Utah Jazz", "city" : "Utah", "confName" : "West", "isNBAFranchise" : true, "divName" : "Northwest", "isAllStar" : false, "tricode" : "UTA", "teamShortName" : "Utah", "teamId" : "1610612762", "altCityName" : "Utah", "nickname" : "Jazz", "urlName" : "jazz" }, { "fullName" : "Utah Blue", "city" : "Utah", "confName" : "West", "isNBAFranchise" : false, "divName" : "Northwest", "isAllStar" : false, "tricode" : "UTB", "teamShortName" : "Utah Blue", "teamId" : "1810612762", "altCityName" : "Utah", "nickname" : "Jazz", "urlName" : "utah_blue" }, { "fullName" : "Utah White", "city" : "Utah", "confName" : "West", "isNBAFranchise" : false, "divName" : "Northwest", "isAllStar" : false, "tricode" : "UTW", "teamShortName" : "Utah White", "teamId" : "1710612762", "altCityName" : "Utah", "nickname" : "Jazz", "urlName" : "utah_white" }, { "fullName" : "Washington Wizards", "city" : "Washington", "confName" : "East", "isNBAFranchise" : true, "divName" : "Southeast", "isAllStar" : false, "tricode" : "WAS", "teamShortName" : "Washington", "teamId" : "1610612764", "altCityName" : "Washington", "nickname" : "Wizards", "urlName" : "wizards" } ], "utah" : [ { "city" : "Atlanta", "fullName" : "Atlanta Hawks", "isNBAFranchise" : true, "confName" : "East", "tricode" : "ATL", "teamShortName" : "Atlanta", "divName" : "Southeast", "isAllStar" : false, "nickname" : "Hawks", "urlName" : "hawks", "teamId" : "1610612737", "altCityName" : "Atlanta" }, { "nickname" : "Celtics", "urlName" : "celtics", "teamId" : "1610612738", "altCityName" : "Boston", "tricode" : "BOS", "teamShortName" : "Boston", "divName" : "Atlantic", "isAllStar" : false, "isNBAFranchise" : true, "confName" : "East", "fullName" : "Boston Celtics", "city" : "Boston" }, { "altCityName" : "Brooklyn", "teamId" : "1610612751", "urlName" : "nets", "nickname" : "Nets", "isAllStar" : false, "divName" : "Atlantic", "teamShortName" : "Brooklyn", "tricode" : "BKN", "confName" : "East", "isNBAFranchise" : true, "fullName" : "Brooklyn Nets", "city" : "Brooklyn" }, { "nickname" : "Hornets", "urlName" : "hornets", "teamId" : "1610612766", "altCityName" : "Charlotte", "tricode" : "CHA", "teamShortName" : "Charlotte", "divName" : "Southeast", "isAllStar" : false, "isNBAFranchise" : true, "confName" : "East", "fullName" : "Charlotte Hornets", "city" : "Charlotte" }, { "altCityName" : "Chicago", "teamId" : "1610612741", "urlName" : "bulls", "nickname" : "Bulls", "isAllStar" : false, "divName" : "Central", "teamShortName" : "Chicago", "tricode" : "CHI", "confName" : "East", "isNBAFranchise" : true, "fullName" : "Chicago Bulls", "city" : "Chicago" }, { "urlName" : "cavaliers", "nickname" : "Cavaliers", "altCityName" : "Cleveland", "teamId" : "1610612739", "teamShortName" : "Cleveland", "tricode" : "CLE", "isAllStar" : false, "divName" : "Central", "isNBAFranchise" : true, "confName" : "East", "fullName" : "Cleveland Cavaliers", "city" : "Cleveland" }, { "isNBAFranchise" : true, "confName" : "West", "city" : "Dallas", "fullName" : "Dallas Mavericks", "nickname" : "Mavericks", "urlName" : "mavericks", "teamId" : "1610612742", "altCityName" : "Dallas", "tricode" : "DAL", "teamShortName" : "Dallas", "divName" : "Southwest", "isAllStar" : false }, { "divName" : "Northwest", "isAllStar" : false, "tricode" : "DEN", "teamShortName" : "Denver", "teamId" : "1610612743", "altCityName" : "Denver", "nickname" : "Nuggets", "urlName" : "nuggets", "city" : "Denver", "fullName" : "Denver Nuggets", "confName" : "West", "isNBAFranchise" : true }, { "divName" : "Central", "isAllStar" : false, "tricode" : "DET", "teamShortName" : "Detroit", "teamId" : "1610612765", "altCityName" : "Detroit", "nickname" : "Pistons", "urlName" : "pistons", "fullName" : "Detroit Pistons", "city" : "Detroit", "confName" : "East", "isNBAFranchise" : true }, { "teamShortName" : "Golden State", "tricode" : "GSW", "isAllStar" : false, "divName" : "Pacific", "urlName" : "warriors", "nickname" : "Warriors", "altCityName" : "Golden State", "teamId" : "1610612744", "fullName" : "Golden State Warriors", "city" : "Golden State", "isNBAFranchise" : true, "confName" : "West" }, { "nickname" : "Rockets", "urlName" : "rockets", "teamId" : "1610612745", "altCityName" : "Houston", "tricode" : "HOU", "teamShortName" : "Houston", "divName" : "Southwest", "isAllStar" : false, "isNBAFranchise" : true, "confName" : "West", "fullName" : "Houston Rockets", "city" : "Houston" }, { "fullName" : "Indiana Pacers", "city" : "Indiana", "isNBAFranchise" : true, "confName" : "East", "tricode" : "IND", "teamShortName" : "Indiana", "divName" : "Central", "isAllStar" : false, "nickname" : "Pacers", "urlName" : "pacers", "teamId" : "1610612754", "altCityName" : "Indiana" }, { "urlName" : "clippers", "nickname" : "Clippers", "altCityName" : "LA Clippers", "teamId" : "1610612746", "teamShortName" : "LA Clippers", "tricode" : "LAC", "isAllStar" : false, "divName" : "Pacific", "isNBAFranchise" : true, "confName" : "West", "fullName" : "LA Clippers", "city" : "LA" }, { "isAllStar" : false, "divName" : "Pacific", "teamShortName" : "L.A. Lakers", "tricode" : "LAL", "altCityName" : "Los Angeles Lakers", "teamId" : "1610612747", "urlName" : "lakers", "nickname" : "Lakers", "city" : "Los Angeles", "fullName" : "Los Angeles Lakers", "confName" : "West", "isNBAFranchise" : true }, { "urlName" : "grizzlies", "nickname" : "Grizzlies", "altCityName" : "Memphis", "teamId" : "1610612763", "teamShortName" : "Memphis", "tricode" : "MEM", "isAllStar" : false, "divName" : "Southwest", "isNBAFranchise" : true, "confName" : "West", "city" : "Memphis", "fullName" : "Memphis Grizzlies" }, { "nickname" : "Heat", "urlName" : "heat", "teamId" : "1610612748", "altCityName" : "Miami", "tricode" : "MIA", "teamShortName" : "Miami", "divName" : "Southeast", "isAllStar" : false, "isNBAFranchise" : true, "confName" : "East", "city" : "Miami", "fullName" : "Miami Heat" }, { "teamShortName" : "Milwaukee", "tricode" : "MIL", "isAllStar" : false, "divName" : "Central", "urlName" : "bucks", "nickname" : "Bucks", "altCityName" : "Milwaukee", "teamId" : "1610612749", "fullName" : "Milwaukee Bucks", "city" : "Milwaukee", "isNBAFranchise" : true, "confName" : "East" }, { "tricode" : "MIN", "teamShortName" : "Minnesota", "divName" : "Northwest", "isAllStar" : false, "nickname" : "Timberwolves", "urlName" : "timberwolves", "teamId" : "1610612750", "altCityName" : "Minnesota", "fullName" : "Minnesota Timberwolves", "city" : "Minnesota", "isNBAFranchise" : true, "confName" : "West" }, { "fullName" : "New Orleans Pelicans", "city" : "New Orleans", "confName" : "West", "isNBAFranchise" : true, "isAllStar" : false, "divName" : "Southwest", "teamShortName" : "New Orleans", "tricode" : "NOP", "altCityName" : "New Orleans", "teamId" : "1610612740", "urlName" : "pelicans", "nickname" : "Pelicans" }, { "fullName" : "New York Knicks", "city" : "New York", "isNBAFranchise" : true, "confName" : "East", "tricode" : "NYK", "teamShortName" : "New York", "divName" : "Atlantic", "isAllStar" : false, "nickname" : "Knicks", "urlName" : "knicks", "teamId" : "1610612752", "altCityName" : "New York" }, { "fullName" : "Oklahoma City Thunder", "city" : "Oklahoma City", "confName" : "West", "isNBAFranchise" : true, "isAllStar" : false, "divName" : "Northwest", "teamShortName" : "Oklahoma City", "tricode" : "OKC", "altCityName" : "Oklahoma City", "teamId" : "1610612760", "urlName" : "thunder", "nickname" : "Thunder" }, { "isNBAFranchise" : true, "confName" : "East", "fullName" : "Orlando Magic", "city" : "Orlando", "nickname" : "Magic", "urlName" : "magic", "teamId" : "1610612753", "altCityName" : "Orlando", "tricode" : "ORL", "teamShortName" : "Orlando", "divName" : "Southeast", "isAllStar" : false }, { "nickname" : "76ers", "urlName" : "sixers", "teamId" : "1610612755", "altCityName" : "Philadelphia", "tricode" : "PHI", "teamShortName" : "Philadelphia", "divName" : "Atlantic", "isAllStar" : false, "isNBAFranchise" : true, "confName" : "East", "fullName" : "Philadelphia 76ers", "city" : "Philadelphia" }, { "city" : "Phoenix", "fullName" : "Phoenix Suns", "confName" : "West", "isNBAFranchise" : true, "isAllStar" : false, "divName" : "Pacific", "teamShortName" : "Phoenix", "tricode" : "PHX", "altCityName" : "Phoenix", "teamId" : "1610612756", "urlName" : "suns", "nickname" : "Suns" }, { "fullName" : "Portland Trail Blazers", "city" : "Portland", "confName" : "West", "isNBAFranchise" : true, "divName" : "Northwest", "isAllStar" : false, "tricode" : "POR", "teamShortName" : "Portland", "teamId" : "1610612757", "altCityName" : "Portland", "nickname" : "Trail Blazers", "urlName" : "blazers" }, { "teamId" : "1610612758", "altCityName" : "Sacramento", "nickname" : "Kings", "urlName" : "kings", "divName" : "Pacific", "isAllStar" : false, "tricode" : "SAC", "teamShortName" : "Sacramento", "confName" : "West", "isNBAFranchise" : true, "city" : "Sacramento", "fullName" : "Sacramento Kings" }, { "fullName" : "San Antonio Spurs", "city" : "San Antonio", "confName" : "West", "isNBAFranchise" : true, "divName" : "Southwest", "isAllStar" : false, "tricode" : "SAS", "teamShortName" : "San Antonio", "teamId" : "1610612759", "altCityName" : "San Antonio", "nickname" : "Spurs", "urlName" : "spurs" }, { "isNBAFranchise" : false, "confName" : "East", "city" : "Team", "fullName" : "Team Team Durant", "urlName" : "team_durant", "nickname" : "Team Durant", "altCityName" : "Team", "teamId" : "1610616833", "teamShortName" : "Team Durant", "tricode" : "DRT", "isAllStar" : true, "divName" : "East" }, { "teamId" : "1610616834", "altCityName" : "Team", "nickname" : "Team LeBron", "urlName" : "team_lebron", "divName" : "West", "isAllStar" : true, "tricode" : "LBN", "teamShortName" : "Team LeBron", "confName" : "West", "isNBAFranchise" : false, "fullName" : "Team LeBron", "city" : "Team" }, { "isNBAFranchise" : true, "confName" : "East", "city" : "Toronto", "fullName" : "Toronto Raptors", "nickname" : "Raptors", "urlName" : "raptors", "teamId" : "1610612761", "altCityName" : "Toronto", "tricode" : "TOR", "teamShortName" : "Toronto", "divName" : "Atlantic", "isAllStar" : false }, { "fullName" : "Utah Jazz", "city" : "Utah", "confName" : "West", "isNBAFranchise" : true, "divName" : "Northwest", "isAllStar" : false, "tricode" : "UTA", "teamShortName" : "Utah", "teamId" : "1610612762", "altCityName" : "Utah", "nickname" : "Jazz", "urlName" : "jazz" }, { "fullName" : "Utah Blue", "city" : "Utah", "confName" : "West", "isNBAFranchise" : false, "divName" : "Northwest", "isAllStar" : false, "tricode" : "UTB", "teamShortName" : "Utah Blue", "teamId" : "1810612762", "altCityName" : "Utah", "nickname" : "Jazz", "urlName" : "utah_blue" }, { "fullName" : "Utah White", "city" : "Utah", "confName" : "West", "isNBAFranchise" : false, "divName" : "Northwest", "isAllStar" : false, "tricode" : "UTW", "teamShortName" : "Utah White", "teamId" : "1710612762", "altCityName" : "Utah", "nickname" : "Jazz", "urlName" : "utah_white" }, { "fullName" : "Washington Wizards", "city" : "Washington", "confName" : "East", "isNBAFranchise" : true, "divName" : "Southeast", "isAllStar" : false, "tricode" : "WAS", "teamShortName" : "Washington", "teamId" : "1610612764", "altCityName" : "Washington", "nickname" : "Wizards", "urlName" : "wizards" } ], "africa" : [], "sacramento" : [ { "city" : "Atlanta", "fullName" : "Atlanta Hawks", "isNBAFranchise" : true, "confName" : "East", "tricode" : "ATL", "teamShortName" : "Atlanta", "divName" : "Southeast", "isAllStar" : false, "nickname" : "Hawks", "urlName" : "hawks", "teamId" : "1610612737", "altCityName" : "Atlanta" }, { "nickname" : "Celtics", "urlName" : "celtics", "teamId" : "1610612738", "altCityName" : "Boston", "tricode" : "BOS", "teamShortName" : "Boston", "divName" : "Atlantic", "isAllStar" : false, "isNBAFranchise" : true, "confName" : "East", "fullName" : "Boston Celtics", "city" : "Boston" }, { "altCityName" : "Brooklyn", "teamId" : "1610612751", "urlName" : "nets", "nickname" : "Nets", "isAllStar" : false, "divName" : "Atlantic", "teamShortName" : "Brooklyn", "tricode" : "BKN", "confName" : "East", "isNBAFranchise" : true, "fullName" : "Brooklyn Nets", "city" : "Brooklyn" }, { "nickname" : "Hornets", "urlName" : "hornets", "teamId" : "1610612766", "altCityName" : "Charlotte", "tricode" : "CHA", "teamShortName" : "Charlotte", "divName" : "Southeast", "isAllStar" : false, "isNBAFranchise" : true, "confName" : "East", "fullName" : "Charlotte Hornets", "city" : "Charlotte" }, { "altCityName" : "Chicago", "teamId" : "1610612741", "urlName" : "bulls", "nickname" : "Bulls", "isAllStar" : false, "divName" : "Central", "teamShortName" : "Chicago", "tricode" : "CHI", "confName" : "East", "isNBAFranchise" : true, "fullName" : "Chicago Bulls", "city" : "Chicago" }, { "urlName" : "cavaliers", "nickname" : "Cavaliers", "altCityName" : "Cleveland", "teamId" : "1610612739", "teamShortName" : "Cleveland", "tricode" : "CLE", "isAllStar" : false, "divName" : "Central", "isNBAFranchise" : true, "confName" : "East", "fullName" : "Cleveland Cavaliers", "city" : "Cleveland" }, { "isNBAFranchise" : true, "confName" : "West", "city" : "Dallas", "fullName" : "Dallas Mavericks", "nickname" : "Mavericks", "urlName" : "mavericks", "teamId" : "1610612742", "altCityName" : "Dallas", "tricode" : "DAL", "teamShortName" : "Dallas", "divName" : "Southwest", "isAllStar" : false }, { "divName" : "Northwest", "isAllStar" : false, "tricode" : "DEN", "teamShortName" : "Denver", "teamId" : "1610612743", "altCityName" : "Denver", "nickname" : "Nuggets", "urlName" : "nuggets", "city" : "Denver", "fullName" : "Denver Nuggets", "confName" : "West", "isNBAFranchise" : true }, { "divName" : "Central", "isAllStar" : false, "tricode" : "DET", "teamShortName" : "Detroit", "teamId" : "1610612765", "altCityName" : "Detroit", "nickname" : "Pistons", "urlName" : "pistons", "fullName" : "Detroit Pistons", "city" : "Detroit", "confName" : "East", "isNBAFranchise" : true }, { "teamShortName" : "Golden State", "tricode" : "GSW", "isAllStar" : false, "divName" : "Pacific", "urlName" : "warriors", "nickname" : "Warriors", "altCityName" : "Golden State", "teamId" : "1610612744", "fullName" : "Golden State Warriors", "city" : "Golden State", "isNBAFranchise" : true, "confName" : "West" }, { "nickname" : "Rockets", "urlName" : "rockets", "teamId" : "1610612745", "altCityName" : "Houston", "tricode" : "HOU", "teamShortName" : "Houston", "divName" : "Southwest", "isAllStar" : false, "isNBAFranchise" : true, "confName" : "West", "fullName" : "Houston Rockets", "city" : "Houston" }, { "fullName" : "Indiana Pacers", "city" : "Indiana", "isNBAFranchise" : true, "confName" : "East", "tricode" : "IND", "teamShortName" : "Indiana", "divName" : "Central", "isAllStar" : false, "nickname" : "Pacers", "urlName" : "pacers", "teamId" : "1610612754", "altCityName" : "Indiana" }, { "urlName" : "clippers", "nickname" : "Clippers", "altCityName" : "LA Clippers", "teamId" : "1610612746", "teamShortName" : "LA Clippers", "tricode" : "LAC", "isAllStar" : false, "divName" : "Pacific", "isNBAFranchise" : true, "confName" : "West", "fullName" : "LA Clippers", "city" : "LA" }, { "isAllStar" : false, "divName" : "Pacific", "teamShortName" : "L.A. Lakers", "tricode" : "LAL", "altCityName" : "Los Angeles Lakers", "teamId" : "1610612747", "urlName" : "lakers", "nickname" : "Lakers", "city" : "Los Angeles", "fullName" : "Los Angeles Lakers", "confName" : "West", "isNBAFranchise" : true }, { "urlName" : "grizzlies", "nickname" : "Grizzlies", "altCityName" : "Memphis", "teamId" : "1610612763", "teamShortName" : "Memphis", "tricode" : "MEM", "isAllStar" : false, "divName" : "Southwest", "isNBAFranchise" : true, "confName" : "West", "city" : "Memphis", "fullName" : "Memphis Grizzlies" }, { "nickname" : "Heat", "urlName" : "heat", "teamId" : "1610612748", "altCityName" : "Miami", "tricode" : "MIA", "teamShortName" : "Miami", "divName" : "Southeast", "isAllStar" : false, "isNBAFranchise" : true, "confName" : "East", "city" : "Miami", "fullName" : "Miami Heat" }, { "teamShortName" : "Milwaukee", "tricode" : "MIL", "isAllStar" : false, "divName" : "Central", "urlName" : "bucks", "nickname" : "Bucks", "altCityName" : "Milwaukee", "teamId" : "1610612749", "fullName" : "Milwaukee Bucks", "city" : "Milwaukee", "isNBAFranchise" : true, "confName" : "East" }, { "tricode" : "MIN", "teamShortName" : "Minnesota", "divName" : "Northwest", "isAllStar" : false, "nickname" : "Timberwolves", "urlName" : "timberwolves", "teamId" : "1610612750", "altCityName" : "Minnesota", "fullName" : "Minnesota Timberwolves", "city" : "Minnesota", "isNBAFranchise" : true, "confName" : "West" }, { "fullName" : "New Orleans Pelicans", "city" : "New Orleans", "confName" : "West", "isNBAFranchise" : true, "isAllStar" : false, "divName" : "Southwest", "teamShortName" : "New Orleans", "tricode" : "NOP", "altCityName" : "New Orleans", "teamId" : "1610612740", "urlName" : "pelicans", "nickname" : "Pelicans" }, { "fullName" : "New York Knicks", "city" : "New York", "isNBAFranchise" : true, "confName" : "East", "tricode" : "NYK", "teamShortName" : "New York", "divName" : "Atlantic", "isAllStar" : false, "nickname" : "Knicks", "urlName" : "knicks", "teamId" : "1610612752", "altCityName" : "New York" }, { "fullName" : "Oklahoma City Thunder", "city" : "Oklahoma City", "confName" : "West", "isNBAFranchise" : true, "isAllStar" : false, "divName" : "Northwest", "teamShortName" : "Oklahoma City", "tricode" : "OKC", "altCityName" : "Oklahoma City", "teamId" : "1610612760", "urlName" : "thunder", "nickname" : "Thunder" }, { "isNBAFranchise" : true, "confName" : "East", "fullName" : "Orlando Magic", "city" : "Orlando", "nickname" : "Magic", "urlName" : "magic", "teamId" : "1610612753", "altCityName" : "Orlando", "tricode" : "ORL", "teamShortName" : "Orlando", "divName" : "Southeast", "isAllStar" : false }, { "nickname" : "76ers", "urlName" : "sixers", "teamId" : "1610612755", "altCityName" : "Philadelphia", "tricode" : "PHI", "teamShortName" : "Philadelphia", "divName" : "Atlantic", "isAllStar" : false, "isNBAFranchise" : true, "confName" : "East", "fullName" : "Philadelphia 76ers", "city" : "Philadelphia" }, { "city" : "Phoenix", "fullName" : "Phoenix Suns", "confName" : "West", "isNBAFranchise" : true, "isAllStar" : false, "divName" : "Pacific", "teamShortName" : "Phoenix", "tricode" : "PHX", "altCityName" : "Phoenix", "teamId" : "1610612756", "urlName" : "suns", "nickname" : "Suns" }, { "fullName" : "Portland Trail Blazers", "city" : "Portland", "confName" : "West", "isNBAFranchise" : true, "divName" : "Northwest", "isAllStar" : false, "tricode" : "POR", "teamShortName" : "Portland", "teamId" : "1610612757", "altCityName" : "Portland", "nickname" : "Trail Blazers", "urlName" : "blazers" }, { "teamId" : "1610612758", "altCityName" : "Sacramento", "nickname" : "Kings", "urlName" : "kings", "divName" : "Pacific", "isAllStar" : false, "tricode" : "SAC", "teamShortName" : "Sacramento", "confName" : "West", "isNBAFranchise" : true, "city" : "Sacramento", "fullName" : "Sacramento Kings" }, { "fullName" : "San Antonio Spurs", "city" : "San Antonio", "confName" : "West", "isNBAFranchise" : true, "divName" : "Southwest", "isAllStar" : false, "tricode" : "SAS", "teamShortName" : "San Antonio", "teamId" : "1610612759", "altCityName" : "San Antonio", "nickname" : "Spurs", "urlName" : "spurs" }, { "isNBAFranchise" : false, "confName" : "East", "city" : "Team", "fullName" : "Team Team Durant", "urlName" : "team_durant", "nickname" : "Team Durant", "altCityName" : "Team", "teamId" : "1610616833", "teamShortName" : "Team Durant", "tricode" : "DRT", "isAllStar" : true, "divName" : "East" }, { "teamId" : "1610616834", "altCityName" : "Team", "nickname" : "Team LeBron", "urlName" : "team_lebron", "divName" : "West", "isAllStar" : true, "tricode" : "LBN", "teamShortName" : "Team LeBron", "confName" : "West", "isNBAFranchise" : false, "fullName" : "Team LeBron", "city" : "Team" }, { "isNBAFranchise" : true, "confName" : "East", "city" : "Toronto", "fullName" : "Toronto Raptors", "nickname" : "Raptors", "urlName" : "raptors", "teamId" : "1610612761", "altCityName" : "Toronto", "tricode" : "TOR", "teamShortName" : "Toronto", "divName" : "Atlantic", "isAllStar" : false }, { "fullName" : "Utah Jazz", "city" : "Utah", "confName" : "West", "isNBAFranchise" : true, "divName" : "Northwest", "isAllStar" : false, "tricode" : "UTA", "teamShortName" : "Utah", "teamId" : "1610612762", "altCityName" : "Utah", "nickname" : "Jazz", "urlName" : "jazz" }, { "fullName" : "Utah Blue", "city" : "Utah", "confName" : "West", "isNBAFranchise" : false, "divName" : "Northwest", "isAllStar" : false, "tricode" : "UTB", "teamShortName" : "Utah Blue", "teamId" : "1810612762", "altCityName" : "Utah", "nickname" : "Jazz", "urlName" : "utah_blue" }, { "fullName" : "Utah White", "city" : "Utah", "confName" : "West", "isNBAFranchise" : false, "divName" : "Northwest", "isAllStar" : false, "tricode" : "UTW", "teamShortName" : "Utah White", "teamId" : "1710612762", "altCityName" : "Utah", "nickname" : "Jazz", "urlName" : "utah_white" }, { "fullName" : "Washington Wizards", "city" : "Washington", "confName" : "East", "isNBAFranchise" : true, "divName" : "Southeast", "isAllStar" : false, "tricode" : "WAS", "teamShortName" : "Washington", "teamId" : "1610612764", "altCityName" : "Washington", "nickname" : "Wizards", "urlName" : "wizards" } ] }, "_internal" : { "xsltInCache" : "true", "xsltTransformTimeMillis" : "8", "xsltForceRecompile" : "true", "endToEndTimeMillis" : "1425", "consolidatedDomKey" : "prod__transform__marty_teams_list__4496649757625", "xsltCompileTimeMillis" : "14", "xslt" : "NBA/xsl/league/roster/marty_teams_list.xsl", "igorPath" : "cron,1627034427189,1627034427189|router,1627034427189,1627034427302|domUpdater,1627034427406,1627034428466|feedProducer,1627034428563,1627034428614", "pubDateTime" : "2021-07-23 06:00:28.607 EDT" } }

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue