Dictionary

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

Examples

Example 1

{
    "name": "...",
    "street": "...",
    "nr": "...",
    "zipcode": "...",
    "city": "..."
}
1.9.0 stable