A dictionary with fields
Field | Type | Description |
---|---|---|
name | String | A String value |
street | String | A String value |
nr | String | A String value |
zipcode | String | A String value |
city | String | A String value |
{
"name": "...",
"street": "...",
"nr": "...",
"zipcode": "...",
"city": "..."
}