Skip to content

Instantly share code, notes, and snippets.

@szbl
Created March 2, 2016 20:20
Show Gist options
  • Save szbl/1b6f5e0e0a496fc93391 to your computer and use it in GitHub Desktop.
Save szbl/1b6f5e0e0a496fc93391 to your computer and use it in GitHub Desktop.
{
"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