...see more

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" }
    ]
}
...see more
{
    "glossary": {
        "title": "example glossary",
		"GlossDiv": {
            "title": "S",
			"GlossList": {
                "GlossEntry": {
                    "ID": "SGML",
					"SortAs": "SGML",
					"GlossTerm": "Standard Generalized Markup Language",
					"Acronym": "SGML",
					"Abbrev": "ISO 8879:1986",
					"GlossDef": {
                        "para": "A meta-markup language, used to create markup languages such as DocBook.",
						"GlossSeeAlso": ["GML", "XML"]
                    },
					"GlossSee": "markup"
                }
            }
        }
    }
}

Comments