Dictionary

A dictionary with fields

Field Type Description
city String A String value
country String A String value
street String A String value
number String A String value
zipcode String A String value

Examples

Example 1

{
    "city": "...",
    "country": "...",
    "street": "...",
    "number": "...",
    "zipcode": "..."
}
1.9.0 stable