Created
January 30, 2018 17:04
-
-
Save alimoshen/7a3595800b7af39d99dea1ff7a7cc2c0 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" : "0", | |
"url" : "https://sample.com/url/", | |
"picture" : "assets/img/placeholder.jpg", | |
"role" : "Role Here", | |
"name" : "John Doe", | |
"expertise" : "Expertise here", | |
"searchfield" : "John Doe Role Here Expertise here" | |
}, | |
{ | |
"id" : "2", | |
"url" : "https://sample.com/url/2", | |
"picture" : "assets/img/placeholder2.jpg", | |
"role" : "Role Here", | |
"name" : "Alex Doe", | |
"expertise" : "Expertise here", | |
"searchfield" : "Alex Doe Role Here Expertise here" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment