Created
May 17, 2015 04:57
-
-
Save jeznag/6d08233bd3af27761a9e to your computer and use it in GitHub Desktop.
Expected JSON payload
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
{ | |
"people": [ | |
{ | |
"name": "Oliver Oldham", | |
"location": "Sydney Australia", | |
"description": "Enterprise Technologist in Cloud and Infrastructure. General Manager of the Cloud Practice @ Telstra, critical thinker and Jumps from perfectly good planes.", | |
"photo": "https://pbs.twimg.com/profile_images/422596819260936192/EAHtLc78_normal.jpeg" | |
}, | |
{ | |
"name": "Tim Love", | |
"location": "Sydney, Australia", | |
"description": "Senior Integration Manager at @_MCN. I create partnerships between brands and @eonline, @SkyNewsAust, @NatGeo, @Telstra, @Discovery, @Foxtel and @FlyingSoloAU.", | |
"photo": "https://pbs.twimg.com/profile_images/548719585734574080/9LNbMAA4_normal.jpeg" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment