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>David.moore No edit summary |
||
Line 1: | Line 1: | ||
{ | <nowiki>{ | ||
"personInfo": { | "personInfo": { | ||
"id": "personA", | "id": "personA", | ||
Line 26: | Line 26: | ||
] | ] | ||
} | } | ||
} | }</nowiki> |
Revision as of 14:45, 29 August 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" } ] } }