Appboard/2.4/builder/data sources/web service/person json

Revision as of 22:29, 28 August 2013 by imported>David.moore (Created page with '{ "personInfo": { "id": "personA", "firstName": "John", "lastName": "Smith", "age": 22, "organDonor": true, "DOB": "10/31/1990", "address": { "streetAddress": "…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{ "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" } ] } }