Created
February 18, 2019 23:04
-
-
Save jerolan/e34619a8e522c81b62a4823a0a869e30 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
| { | |
| "event": { | |
| "date": "30 Enero", | |
| "time": "16:30", | |
| "place": "UrbanHub" | |
| }, | |
| "speakers": [ | |
| { | |
| "name": "Persona 1", | |
| "title": "Talk 1", | |
| "image": "/tmp/sketch.png" | |
| }, | |
| { | |
| "name": "Persona 2", | |
| "title": "Talk 2", | |
| "image": "/tmp/sketch.png" | |
| }, | |
| { | |
| "name": "Persona 3", | |
| "title": "Talk 3", | |
| "image": "/tmp/sketch.png" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment