Sample Data by Patrik

Sample Address in JSON Format

This is a sample address in JSON format.

{
    "firstName": "Dorothy",
    "lastName": "Kemp",
    "gender": "female",
    "age": 28,
    "address": {
        "streetAddress": "591 Wayside Lane",
        "city": "Oakland",
        "state": "CA",
        "postalCode": "94612"
    },
    "phoneNumbers": [
        { "type": "home", "number": "510-251-5933" },
        { "type": "mobile", "number": "510-853-2421" }
    ]
}
JSON

Comments

Leave a Comment

All fields are required. Your email address will not be published.