Created
October 19, 2014 10:07
-
-
Save thewayiam/10a89c3c5b8380893019 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
{ | |
"縣市": "county", | |
"選舉年": "election_year", | |
"審查會別": "category", | |
"案號": "id", | |
"提案類別": "type", | |
"提案單位/人": "proposed_by", | |
"連署人": "petitioned_by", | |
"主旨": "abstract", | |
"說明": "description", | |
"辦法": "method", | |
"辦理情形": "last_action", | |
"motion": [ | |
{ | |
"motion": "來文日期", | |
"date": "2011/10/21", | |
"resolution": "" | |
}, | |
{ | |
"motion": "審查意見", | |
"date": null, | |
"resolution": "" | |
}, | |
{ | |
"motion": "大會決議", | |
"date": "2011/11/4", | |
"resolution": "" | |
}, | |
{ | |
"motion": "發文日期", | |
"date": "2011/11/11",, | |
"resolution": "" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment