[
{
"type": "PostalAddress",
"text": "Alice Smith, 221B Baker Street, London NW1 6XE, United Kingdom",
"start": 0,
"end": 62,
"fields": [
{
"type": "String",
"field": "addressee",
"text": "Alice Smith",
"start": 0,
"end": 11
},
{
"type": "StreetAddress",
"field": "streetAddress",
"text": "221B Baker Street",
"start": 13,
"end": 30,
"fields": [
{
"type": "UnitNumber",
"field": "number",
"text": "221B",
"start": 13,
"end": 17
},
{
"type": "String",
"field": "street",
"text": "Baker Street",
"start": 18,
"end": 30
}
]
},
{
"type": "String",
"field": "locality",
"text": "London",
"start": 32,
"end": 38
},
{
"type": "PostalCode",
"field": "postalCode",
"text": "NW1 6XE",
"start": 39,
"end": 46
},
{
"type": "Country::UnitedKingdom",
"field": "country",
"text": "United Kingdom",
"start": 48,
"end": 62
}
]
},
{
"type": "PostalAddress",
"text": "Dr. Hans Mueller, Friedrichstrasse 43, 10117 Berlin, Germany",
"start": 63,
"end": 123,
"fields": [
{
"type": "String",
"field": "addressee",
"text": "Dr. Hans Mueller",
"start": 63,
"end": 79
},
{
"type": "StreetAddress",
"field": "streetAddress",
"text": "Friedrichstrasse 43",
"start": 81,
"end": 100,
"fields": [
{
"type": "String",
"field": "street",
"text": "Friedrichstrasse",
"start": 81,
"end": 97
},
{
"type": "UnitNumber",
"field": "number",
"text": "43",
"start": 98,
"end": 100
}
]
},
{
"type": "PostalCode",
"field": "postalCode",
"text": "10117",
"start": 102,
"end": 107
},
{
"type": "String",
"field": "locality",
"text": "Berlin",
"start": 108,
"end": 114
},
{
"type": "Country::Germany",
"field": "country",
"text": "Germany",
"start": 116,
"end": 123
}
]
},
{
"type": "PostalAddress",
"text": "Orion Foods GmbH, Attn: Accounts Payable, Marktplatz 12, 8001 Zurich, Switzerland",
"start": 124,
"end": 205,
"fields": [
{
"type": "String",
"field": "addressee",
"text": "Orion Foods GmbH",
"start": 124,
"end": 140
},
{
"type": "String",
"field": "attention",
"text": "Accounts Payable",
"start": 148,
"end": 164
},
{
"type": "StreetAddress",
"field": "streetAddress",
"text": "Marktplatz 12",
"start": 166,
"end": 179,
"fields": [
{
"type": "String",
"field": "street",
"text": "Marktplatz",
"start": 166,
"end": 176
},
{
"type": "UnitNumber",
"field": "number",
"text": "12",
"start": 177,
"end": 179
}
]
},
{
"type": "PostalCode",
"field": "postalCode",
"text": "8001",
"start": 181,
"end": 185
},
{
"type": "String",
"field": "locality",
"text": "Zurich",
"start": 186,
"end": 192
},
{
"type": "Country::Switzerland",
"field": "country",
"text": "Switzerland",
"start": 194,
"end": 205
}
]
},
{
"type": "PostalAddress",
"text": "Jane Doe, Apt 4B, 350 5th Ave, New York, NY 10118, USA",
"start": 206,
"end": 260,
"fields": [
{
"type": "String",
"field": "addressee",
"text": "Jane Doe",
"start": 206,
"end": 214
},
{
"type": "UnitNumber",
"field": "unit",
"text": "4B",
"start": 220,
"end": 222
},
{
"type": "StreetAddress",
"field": "streetAddress",
"text": "350 5th Ave",
"start": 224,
"end": 235,
"fields": [
{
"type": "UnitNumber",
"field": "number",
"text": "350",
"start": 224,
"end": 227
},
{
"type": "String",
"field": "street",
"text": "5th Ave",
"start": 228,
"end": 235
}
]
},
{
"type": "String",
"field": "locality",
"text": "New York",
"start": 237,
"end": 245
},
{
"type": "Region",
"field": "region",
"text": "NY",
"start": 247,
"end": 249
},
{
"type": "PostalCode",
"field": "postalCode",
"text": "10118",
"start": 250,
"end": 255
},
{
"type": "Country::UnitedStates",
"field": "country",
"text": "USA",
"start": 257,
"end": 260
}
]
}
]