Last active
August 29, 2015 14:12
-
-
Save saiberz/99a3b1e3234f0b903a05 to your computer and use it in GitHub Desktop.
Ejemplo Estructura Movimientos Regionales
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
{ | |
"2014" : | |
{ | |
{ "AMAZONAS" : | |
{"partido1" : ["link1","link2"], | |
"partido2" : ["link1","link2"], | |
"partido3" : ["link1","link2"] } | |
}, | |
{ "ABANCAY" : | |
{"partido1" : ["link1","link2"], | |
"partido2" : ["link1","link2"], | |
"partido3" : ["link1","link2"] } | |
} | |
}, | |
"2013" : | |
{ | |
{ "AMAZONAS" : | |
{"partido1" : ["link1","link2"], | |
"partido2" : ["link1","link2"], | |
"partido3" : ["link1","link2"] } | |
}, | |
{ "ABANCAY" : | |
{"partido1" : ["link1","link2"], | |
"partido2" : ["link1","link2"], | |
"partido3" : ["link1","link2"] } | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment