Created
January 3, 2014 10:07
-
-
Save rominirani/8235702 to your computer and use it in GitHub Desktop.
Employees JSON data format for populating the Employee documents in the Search Index
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
{ | |
"Employees" : [ | |
{ | |
"userId":"rirani", | |
"jobTitleName":"Developer", | |
"firstName":"Romin", | |
"lastName":"Irani", | |
"preferredFullName":"Romin Irani", | |
"employeeCode":"E1", | |
"region":"CA", | |
"phoneNumber":"408-1234567", | |
"emailAddress":"[email protected]" | |
}, | |
{ | |
"userId":"nirani", | |
"jobTitleName":"Developer", | |
"firstName":"Neil", | |
"lastName":"Irani", | |
"preferredFullName":"Neil Irani", | |
"employeeCode":"E2", | |
"region":"CA", | |
"phoneNumber":"408-1111111", | |
"emailAddress":"[email protected]" | |
}, | |
{ | |
"userId":"thanks", | |
"jobTitleName":"Program Directory", | |
"firstName":"Tom", | |
"lastName":"Hanks", | |
"preferredFullName":"Tom Hanks", | |
"employeeCode":"E3", | |
"region":"CA", | |
"phoneNumber":"408-2222222", | |
"emailAddress":"[email protected]" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks for the JSON Resource it has helped me a lot on developing my skills