Created
May 10, 2011 22:12
-
-
Save mschoch/965486 to your computer and use it in GitHub Desktop.
TrendsAPI - Bureau List
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
{ | |
"agencyName":"Department of Defense", | |
"spendingLabel":"Major FY11 Spending", | |
"bureaus":[ | |
{ | |
"name":"Department of Defense Agencies", | |
"acronym":"", | |
"code":"97", | |
"totalSpending":"4.0B" | |
}, | |
{ | |
"name":"Department of the Air Force", | |
"acronym":"", | |
"code":"57", | |
"totalSpending":"2.3B" | |
}, | |
{ | |
"name":"Department of the Army", | |
"acronym":"", | |
"code":"21", | |
"totalSpending":"2.4B" | |
}, | |
{ | |
"name":"Department of the Navy", | |
"acronym":"", | |
"code":"17", | |
"totalSpending":"3.8B" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment