Skip to content

Instantly share code, notes, and snippets.

@benheb
Created March 18, 2013 16:08
Show Gist options
  • Save benheb/5188330 to your computer and use it in GitHub Desktop.
Save benheb/5188330 to your computer and use it in GitHub Desktop.
{
"Yankees" : {
"Alex Rodriguez" : {"salary" : 30000000, "position" : "Third Baseman" },
"Mark Teixeira" : {"salary" : 23125000, "position" : "First Baseman" },
"CC Sabathia" : {"salary" : 23000000, "position" : "Pitcher" },
"Derek Jeter" : {"salary" : 15729364, "position" : "Shortstop"},
"Mariano Rivera" : {"salary" : 14940025, "position" : "Pitcher"},
"Robinson Cano" : {"salary" : 14000000, "position" : "Second Baseman" },
"Rafael Soriano" : {"salary" : 11000000, "position" : "Pitcher" },
"Nick Swisher" : {"salary" : 10250000, "position" : "Outfielder" },
"Curtis Granderson" : {"salary" : 10000000, "position" : "Outfielder" },
"Hiroki Kuroda" : {"salary" : 10000000, "position" : "Pitcher" },
"Russell Martin" : {"salary" : 7500000, "position" : "Catcher" },
"Freddy Garcia" : {"salary" : 4000000, "position" : "Pitcher" },
"Pedro Feliciano" : {"salary" : 3750000, "position" : "Pitcher" },
"Phil Hughes" : {"salary" : 3200000, "position" : "Pitcher" },
"Brett Gardner" : {"salary" : 2800000, "position" : "Outfielder" },
"Andruw Jones" : {"salary" : 2000000, "position" : "Outfielder" },
"Boone Logan" : {"salary" : 1875000, "position" : "Pitcher" },
"Joba Chamberlain" : {"salary" : 1675000, "position" : "Pitcher" },
"David Robertson" : {"salary" : 1600000, "position" : "Pitcher" },
"Raul Ibanez" : {"salary" : 1100000, "position" : "Designated Hitter" },
"Eric Chavez" : {"salary" : 900000, "position" : "Infielder" },
"Michael Pineda" : {"salary" : 528475, "position" : "Pitcher" },
"Ivan Nova" : {"salary" : 527200, "position" : "Pitcher" },
"Clay Rapada" : {"salary" : 525000, "position" : "Pitcher" },
"Eduardo Nunez" : {"salary" : 523800, "position" : "Shortstop" },
"Cory Wade" : {"salary" : 508925, "position" : "Pitcher" },
"David Aardsma" : {"salary" : 500000, "position" : "Pitcher" },
"Chris Stewart" : {"salary" : 482500, "position" : "Catcher" },
"Austin Romine" : {"salary" : 482000, "position" : "Catcher" },
"Cesar Cabral" : {"salary" : 480000, "position" : "Pitcher" },
"Brad Meyers" : {"salary" : 480000, "position" : "Pitcher" }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment