forked from mholt/json-to-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.json
88 lines (88 loc) · 2.68 KB
/
sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[
{
"input_index": 0,
"candidate_index": 0,
"delivery_line_1": "1 N Rosedale St",
"last_line": "Baltimore MD 21229-3737",
"delivery_point_barcode": "212293737013",
"components": {
"primary_number": "1",
"street_predirection": "N",
"street_name": "Rosedale",
"street_suffix": "St",
"city_name": "Baltimore",
"state_abbreviation": "MD",
"zipcode": "21229",
"plus4_code": "3737",
"delivery_point": "01",
"delivery_point_check_digit": "3"
},
"metadata": {
"record_type": "S",
"zip_type": "Standard",
"county_fips": "24510",
"county_name": "Baltimore City",
"carrier_route": "C047",
"congressional_district": "07",
"rdi": "Residential",
"elot_sequence": "0059",
"elot_sort": "A",
"latitude": 39.28602,
"longitude": -76.6689,
"precision": "Zip9",
"time_zone": "Eastern",
"utc_offset": -5,
"dst": true
},
"analysis": {
"dpv_match_code": "Y",
"dpv_footnotes": "AABB",
"dpv_cmra": "N",
"dpv_vacant": "N",
"active": "Y"
}
},
{
"input_index": 0,
"candidate_index": 1,
"delivery_line_1": "1 S Rosedale St",
"last_line": "Baltimore MD 21229-3739",
"delivery_point_barcode": "212293739011",
"components": {
"primary_number": "1",
"street_predirection": "S",
"street_name": "Rosedale",
"street_suffix": "St",
"city_name": "Baltimore",
"state_abbreviation": "MD",
"zipcode": "21229",
"plus4_code": "3739",
"delivery_point": "01",
"delivery_point_check_digit": "1"
},
"metadata": {
"record_type": "S",
"zip_type": "Standard",
"county_fips": "24510",
"county_name": "Baltimore City",
"carrier_route": "C047",
"congressional_district": "07",
"rdi": "Residential",
"elot_sequence": "0064",
"elot_sort": "A",
"latitude": 39.2858,
"longitude": -76.66889,
"precision": "Zip9",
"time_zone": "Eastern",
"utc_offset": -5,
"dst": true
},
"analysis": {
"dpv_match_code": "Y",
"dpv_footnotes": "AABB",
"dpv_cmra": "N",
"dpv_vacant": "N",
"active": "Y"
}
}
]