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 |
{
"city": "...",
"country": "...",
"street": "...",
"number": "...",
"zipcode": "..."
}