Skip to content

Instantly share code, notes, and snippets.

@tag
Last active January 17, 2017 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tag/81e4450de8eca805f436b72e6d7d1274 to your computer and use it in GitHub Desktop.
Save tag/81e4450de8eca805f436b72e6d7d1274 to your computer and use it in GitHub Desktop.
Dummy data for Typeahead example
[
{
"ID": 1,
"StageName": "Cami Sweet",
"AKA1": "Cami Tu Sweet",
"AKA2": "Camille Sweet",
"LegalName": "Phyllus Dorsey",
"SoundEx": "E460"
},
{
"ID": 2,
"StageName": "Charles Sweeney",
"AKA1": "Charlie John Dear",
"AKA2": "",
"LegalName": "Sweeny Charles Todd",
"SoundEx": "S465"
},
{
"ID": 3,
"StageName": "Chamforth Swarthington",
"AKA1": "Cham Swarthington",
"AKA2": "Buck Rogers",
"LegalName": "Wendall Oliver Chamforth Holmes Swarthington",
"SoundEx": "S123"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment