Dictionary

A dictionary with fields

Field Type Description
company Dictionary A dictionary with fields

Examples

Example 1

{
    "company": {
        "name": "...",
        "vat": "BE0123.456.789",
        "address": {
            "street": "Sint-Denijslaan",
            "nr": "96",
            "zipcode": "9000",
            "city": "Gent",
            "country": "BE"
        }
    }
}
1.9.0 stable