Created
October 24, 2015 03:56
-
-
Save jplaza/81bdbb236aa4df0d394c 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
{ | |
name: "Guayaquil", | |
photos: [{ | |
file: "peñas.jpg", | |
description: "Barrio las Peñas", | |
created: "2015-10-24" | |
}, { | |
file: "malecón.jpg", | |
description: "Vista Aérea del Malecón", | |
created: "2014-12-30" | |
}, { | |
file: "parque-kennedy.jpg", | |
description: "Parque de la Kennedy", | |
created: "2015-10-24" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment