Init
This commit is contained in:
63
Shared/Sample-Data/people.json
Normal file
63
Shared/Sample-Data/people.json
Normal file
@ -0,0 +1,63 @@
|
||||
[
|
||||
{
|
||||
"Id": {
|
||||
"Value": 21474836471
|
||||
},
|
||||
"Name": {
|
||||
"First": {
|
||||
"Value": "Leslie"
|
||||
},
|
||||
"Middle": {
|
||||
"Value": "Michael"
|
||||
},
|
||||
"Last": {
|
||||
"Value": "Phares"
|
||||
},
|
||||
"Alias": {
|
||||
"Value": "Mike Jr."
|
||||
}
|
||||
},
|
||||
"Birthday": {
|
||||
"Value": "1980-01-17T00:00:00"
|
||||
},
|
||||
"Comments": [
|
||||
{
|
||||
"Value": "Hello"
|
||||
},
|
||||
{
|
||||
"Value": "Bye"
|
||||
}
|
||||
],
|
||||
"URLs": [
|
||||
{
|
||||
"Value": "http:\\localhost"
|
||||
}
|
||||
],
|
||||
"Numbers": [
|
||||
{
|
||||
"Value": "5053637467"
|
||||
}
|
||||
],
|
||||
"Emails": [
|
||||
{
|
||||
"Value": "mikepharesjr@msn.com"
|
||||
}
|
||||
],
|
||||
"Addresses": [
|
||||
{
|
||||
"Street": {
|
||||
"Value": "3757 W Whitman Dr"
|
||||
},
|
||||
"City": {
|
||||
"Value": "Anthem"
|
||||
},
|
||||
"State": {
|
||||
"Value": "Arizona"
|
||||
},
|
||||
"ZipCode": {
|
||||
"Value": "85086"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user