Appboard/2.4/builder/data sources/web service/person json: Difference between revisions
imported>David.moore (Created page with '{ "personInfo": { "id": "personA", "firstName": "John", "lastName": "Smith", "age": 22, "organDonor": true, "DOB": "10/31/1990", "address": { "streetAddress": "…') |
imported>Jason.nicholls No edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{ | {{DISPLAYTITLE:person.json}} | ||
[[Category:AppBoard 2.4]] | |||
<nowiki>{ | |||
"personInfo": { | "personInfo": { | ||
"id": "personA", | "id": "personA", | ||
| Line 26: | Line 28: | ||
] | ] | ||
} | } | ||
} | }</nowiki> | ||
Latest revision as of 07:07, 14 December 2013
{
"personInfo": {
"id": "personA",
"firstName": "John",
"lastName": "Smith",
"age": 22,
"organDonor": true,
"DOB": "10/31/1990",
"address": {
"streetAddress": "1 Main Street",
"city": "Albany",
"state": "NY",
"postalCode": "10021",
"latitude": 42.659829,
"longitude": -73.781339
},
"phoneNumber": [
{
"type": "home",
"number": "518 555-1234"
},
{
"type": "fax",
"number": "518 555-4567"
}
]
}
}