Created
March 2, 2016 20:20
-
-
Save szbl/1b6f5e0e0a496fc93391 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
{ | |
"total_count": 3, | |
"incomplete_results" : false, | |
"items" : [ | |
{ | |
"value" : 123, | |
"label" : "<strong>Person Name</strong><br>Phone: 410.444.1234<br>Fax: 410.555.1234<br>Email: [email protected]" | |
}, | |
{ | |
"value" : 456, | |
"label" : "<strong>Rob Spangler</strong><br>Phone: 410.444.1234<br>Fax: 410.555.1234<br>Email: [email protected]" | |
}, | |
{ | |
"value" : 789, | |
"label" : "<strong>Andy Stratton</strong><br>Phone: 410.444.1234<br>Fax: 410.555.1234<br>Email: [email protected]" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment