Last active
June 18, 2017 09:27
-
-
Save whiskyinsulo/354cfddf0c4739048f757a608a0bd5a3 to your computer and use it in GitHub Desktop.
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
| { | |
| "宜蘭縣" : [ | |
| { | |
| "id" : "01", | |
| "region" : "宜蘭市", | |
| "rice_varieties" : ["台南 11 號", "高雄 145 號", "台中 192 號"] | |
| }, | |
| { | |
| "id" : "02", | |
| "region" : "羅東鎮", | |
| "rice_varieties" : ["台南 11 號", "台稉 8 號", "台中秈 10 號"] | |
| }, | |
| { | |
| "id" : "03", | |
| "region" : "蘇澳鎮", | |
| "rice_varieties" : ["台南 11 號", "高雄 145 號", "台中秈 10 號", "台稉 16 號"] | |
| }, | |
| { | |
| "id" : "04", | |
| "region" : "頭城鎮", | |
| "rice_varieties" : ["台稉 8 號", "台南 11 號", "台中 192 號"] | |
| }, | |
| { | |
| "id" : "05", | |
| "region" : "礁溪鎮", | |
| "rice_varieties" : ["台南 11 號", "台稉 8 號", "台中秈 10 號", "台中 192 號"] | |
| }, | |
| { | |
| "id" : "06", | |
| "region" : "員山鄉", | |
| "rice_varieties" : ["台稉 8 號", "台南 11 號", "台中秈 10 號", "高雄 145 號", "台中 192 號"] | |
| }, | |
| { | |
| "id" : "07", | |
| "region" : "壯圍鄉", | |
| "rice_varieties" : ["台南 11 號", "台稉 8 號", "台中 192 號", "台東 33 號", "越光米"] | |
| }, | |
| { | |
| "id" : "08", | |
| "region" : "五結鄉", | |
| "rice_varieties" : ["台南 11 號", "台稉 8 號", "台中秈 10 號", "越光米", "高雄 145 號"] | |
| }, | |
| { | |
| "id" : "09", | |
| "region" : "大同鄉", | |
| "rice_varieties" : ["台中秈 10 號"] | |
| }, | |
| { | |
| "id" : "10", | |
| "region" : "冬山鄉", | |
| "rice_varieties" : ["台稉 8 號", "台南 11 號", "高雄 145 號", "台中秈 10 號"] | |
| }, | |
| { | |
| "id" : "11", | |
| "region" : "三星鄉", | |
| "rice_varieties" : ["台稉 8 號", "台南 11 號", "台中 192 號", "台中秈 10 號", "高雄 145 號"] | |
| }, | |
| { | |
| "id" : "12", | |
| "region" : "南澳鄉", | |
| "rice_varieties" : ["台中秈 10 號"] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment