|
| 1 | +{ |
| 2 | + "Customers": [ |
| 3 | + { |
| 4 | + "CustomerId": "ALFKI", |
| 5 | + "CompanyName": "Alfreds Futterkiste", |
| 6 | + "ContactName": "Maria Anders", |
| 7 | + "Country": "Germany", |
| 8 | + "Address": "Obere Str. 57", |
| 9 | + "City": "Berlin", |
| 10 | + "Phone": "030-0074321", |
| 11 | + "Orders": [ |
| 12 | + { |
| 13 | + "OrderID": "10248", |
| 14 | + "OrderDate": "2025-10-01", |
| 15 | + "ShipCountry": "Germany", |
| 16 | + "Freight": 32.38, |
| 17 | + "OrderDetails": [ |
| 18 | + { |
| 19 | + "ProductId": 1, |
| 20 | + "ProductName": "Chai", |
| 21 | + "Category": "Beverages", |
| 22 | + "Quantity": 10, |
| 23 | + "UnitPrice": 18.00, |
| 24 | + "Discount": 0.05, |
| 25 | + "TotalPrice": 171.00, |
| 26 | + "ShippedDate": "2025-10-03" |
| 27 | + }, |
| 28 | + { |
| 29 | + "ProductId": 2, |
| 30 | + "ProductName": "Chang", |
| 31 | + "Category": "Beverages", |
| 32 | + "Quantity": 5, |
| 33 | + "UnitPrice": 19.00, |
| 34 | + "Discount": 0.00, |
| 35 | + "TotalPrice": 95.00, |
| 36 | + "ShippedDate": "2025-10-03" |
| 37 | + }, |
| 38 | + { |
| 39 | + "ProductId": 3, |
| 40 | + "ProductName": "Aniseed Syrup", |
| 41 | + "Category": "Condiments", |
| 42 | + "Quantity": 5, |
| 43 | + "UnitPrice": 34.80, |
| 44 | + "Discount": 0.00, |
| 45 | + "TotalPrice": 174.00, |
| 46 | + "ShippedDate": "2025-10-04" |
| 47 | + }, |
| 48 | + { |
| 49 | + "ProductId": 4, |
| 50 | + "ProductName": "Chef Anton's Cajun Seasoning", |
| 51 | + "Category": "Condiments", |
| 52 | + "Quantity": 6, |
| 53 | + "UnitPrice": 22.00, |
| 54 | + "Discount": 0.10, |
| 55 | + "TotalPrice": 118.80, |
| 56 | + "ShippedDate": "2025-10-04" |
| 57 | + }, |
| 58 | + { |
| 59 | + "ProductId": 5, |
| 60 | + "ProductName": "Chef Anton's Gumbo Mix", |
| 61 | + "Category": "Condiments", |
| 62 | + "Quantity": 3, |
| 63 | + "UnitPrice": 21.35, |
| 64 | + "Discount": 0.00, |
| 65 | + "TotalPrice": 64.05, |
| 66 | + "ShippedDate": "2025-10-05" |
| 67 | + } |
| 68 | + ] |
| 69 | + } |
| 70 | + ] |
| 71 | + }, |
| 72 | + { |
| 73 | + "CustomerId": "ANATR", |
| 74 | + "CompanyName": "Ana Trujillo Emparedados y helados", |
| 75 | + "ContactName": "Ana Trujillo", |
| 76 | + "Country": "Mexico", |
| 77 | + "Address": "Avda. de la Constitución 2222", |
| 78 | + "City": "México D.F.", |
| 79 | + "Phone": "(5) 555-4729", |
| 80 | + "Orders": [ |
| 81 | + { |
| 82 | + "OrderID": "10249", |
| 83 | + "OrderDate": "2025-10-02", |
| 84 | + "ShipCountry": "Mexico", |
| 85 | + "Freight": 11.61, |
| 86 | + "OrderDetails": [ |
| 87 | + { |
| 88 | + "ProductId": 2, |
| 89 | + "ProductName": "Chang", |
| 90 | + "Category": "Beverages", |
| 91 | + "Quantity": 7, |
| 92 | + "UnitPrice": 19.00, |
| 93 | + "Discount": 0.10, |
| 94 | + "TotalPrice": 119.70, |
| 95 | + "ShippedDate": "2025-10-04" |
| 96 | + }, |
| 97 | + { |
| 98 | + "ProductId": 8, |
| 99 | + "ProductName": "Northwoods Cranberry Sauce", |
| 100 | + "Category": "Condiments", |
| 101 | + "Quantity": 12, |
| 102 | + "UnitPrice": 40.00, |
| 103 | + "Discount": 0.00, |
| 104 | + "TotalPrice": 480.00, |
| 105 | + "ShippedDate": "2025-10-05" |
| 106 | + }, |
| 107 | + { |
| 108 | + "ProductId": 9, |
| 109 | + "ProductName": "Mishi Kobe Niku", |
| 110 | + "Category": "Meat/Poultry", |
| 111 | + "Quantity": 2, |
| 112 | + "UnitPrice": 97.00, |
| 113 | + "Discount": 0.05, |
| 114 | + "TotalPrice": 184.30, |
| 115 | + "ShippedDate": "2025-10-05" |
| 116 | + }, |
| 117 | + { |
| 118 | + "ProductId": 12, |
| 119 | + "ProductName": "Queso Manchego La Pastora", |
| 120 | + "Category": "Dairy Products", |
| 121 | + "Quantity": 5, |
| 122 | + "UnitPrice": 38.00, |
| 123 | + "Discount": 0.00, |
| 124 | + "TotalPrice": 190.00, |
| 125 | + "ShippedDate": "2025-10-06" |
| 126 | + }, |
| 127 | + { |
| 128 | + "ProductId": 13, |
| 129 | + "ProductName": "Konbu", |
| 130 | + "Category": "Seafood", |
| 131 | + "Quantity": 9, |
| 132 | + "UnitPrice": 6.00, |
| 133 | + "Discount": 0.00, |
| 134 | + "TotalPrice": 54.00, |
| 135 | + "ShippedDate": "2025-10-06" |
| 136 | + } |
| 137 | + ] |
| 138 | + } |
| 139 | + ] |
| 140 | + }, |
| 141 | + { |
| 142 | + "CustomerId": "ANTON", |
| 143 | + "CompanyName": "Antonio Moreno Taquería", |
| 144 | + "ContactName": "Antonio Moreno", |
| 145 | + "Country": "Mexico", |
| 146 | + "Address": "Mataderos 2312", |
| 147 | + "City": "México D.F.", |
| 148 | + "Phone": "(5) 555-3932", |
| 149 | + "Orders": [ |
| 150 | + { |
| 151 | + "OrderID": "10250", |
| 152 | + "OrderDate": "2025-10-03", |
| 153 | + "ShipCountry": "Mexico", |
| 154 | + "Freight": 65.42, |
| 155 | + "OrderDetails": [ |
| 156 | + { |
| 157 | + "ProductId": 10, |
| 158 | + "ProductName": "Ikura", |
| 159 | + "Category": "Seafood", |
| 160 | + "Quantity": 4, |
| 161 | + "UnitPrice": 31.00, |
| 162 | + "Discount": 0.00, |
| 163 | + "TotalPrice": 124.00, |
| 164 | + "ShippedDate": "2025-10-05" |
| 165 | + }, |
| 166 | + { |
| 167 | + "ProductId": 11, |
| 168 | + "ProductName": "Queso Cabrales", |
| 169 | + "Category": "Dairy Products", |
| 170 | + "Quantity": 6, |
| 171 | + "UnitPrice": 21.00, |
| 172 | + "Discount": 0.05, |
| 173 | + "TotalPrice": 119.70, |
| 174 | + "ShippedDate": "2025-10-05" |
| 175 | + }, |
| 176 | + { |
| 177 | + "ProductId": 14, |
| 178 | + "ProductName": "Tofu", |
| 179 | + "Category": "Produce", |
| 180 | + "Quantity": 15, |
| 181 | + "UnitPrice": 23.25, |
| 182 | + "Discount": 0.00, |
| 183 | + "TotalPrice": 348.75, |
| 184 | + "ShippedDate": "2025-10-06" |
| 185 | + }, |
| 186 | + { |
| 187 | + "ProductId": 15, |
| 188 | + "ProductName": "Genen Shouyu", |
| 189 | + "Category": "Condiments", |
| 190 | + "Quantity": 8, |
| 191 | + "UnitPrice": 15.50, |
| 192 | + "Discount": 0.10, |
| 193 | + "TotalPrice": 111.60, |
| 194 | + "ShippedDate": "2025-10-06" |
| 195 | + }, |
| 196 | + { |
| 197 | + "ProductId": 16, |
| 198 | + "ProductName": "Pavlova", |
| 199 | + "Category": "Confections", |
| 200 | + "Quantity": 3, |
| 201 | + "UnitPrice": 17.45, |
| 202 | + "Discount": 0.00, |
| 203 | + "TotalPrice": 52.35, |
| 204 | + "ShippedDate": "2025-10-07" |
| 205 | + }, |
| 206 | + { |
| 207 | + "ProductId": 17, |
| 208 | + "ProductName": "Alice Mutton", |
| 209 | + "Category": "Meat/Poultry", |
| 210 | + "Quantity": 2, |
| 211 | + "UnitPrice": 39.00, |
| 212 | + "Discount": 0.05, |
| 213 | + "TotalPrice": 74.10, |
| 214 | + "ShippedDate": "2025-10-07" |
| 215 | + } |
| 216 | + ] |
| 217 | + } |
| 218 | + ] |
| 219 | + }, |
| 220 | + { |
| 221 | + "CustomerId": "AROUT", |
| 222 | + "CompanyName": "Around the Horn", |
| 223 | + "ContactName": "Thomas Hardy", |
| 224 | + "Country": "UK", |
| 225 | + "Address": "120 Hanover Sq.", |
| 226 | + "City": "London", |
| 227 | + "Phone": "(171) 555-7788", |
| 228 | + "Orders": [ |
| 229 | + { |
| 230 | + "OrderID": "10251", |
| 231 | + "OrderDate": "2025-10-04", |
| 232 | + "ShipCountry": "UK", |
| 233 | + "Freight": 41.27, |
| 234 | + "OrderDetails": [ |
| 235 | + { |
| 236 | + "ProductId": 18, |
| 237 | + "ProductName": "Carnarvon Tigers", |
| 238 | + "Category": "Seafood", |
| 239 | + "Quantity": 12, |
| 240 | + "UnitPrice": 62.50, |
| 241 | + "Discount": 0.00, |
| 242 | + "TotalPrice": 750.00, |
| 243 | + "ShippedDate": "2025-10-06" |
| 244 | + }, |
| 245 | + { |
| 246 | + "ProductId": 19, |
| 247 | + "ProductName": "Teatime Chocolate Biscuits", |
| 248 | + "Category": "Confections", |
| 249 | + "Quantity": 10, |
| 250 | + "UnitPrice": 9.20, |
| 251 | + "Discount": 0.00, |
| 252 | + "TotalPrice": 92.00, |
| 253 | + "ShippedDate": "2025-10-06" |
| 254 | + }, |
| 255 | + { |
| 256 | + "ProductId": 20, |
| 257 | + "ProductName": "Sir Rodney's Marmalade", |
| 258 | + "Category": "Confections", |
| 259 | + "Quantity": 5, |
| 260 | + "UnitPrice": 81.00, |
| 261 | + "Discount": 0.05, |
| 262 | + "TotalPrice": 384.75, |
| 263 | + "ShippedDate": "2025-10-07" |
| 264 | + }, |
| 265 | + { |
| 266 | + "ProductId": 21, |
| 267 | + "ProductName": "Sir Rodney's Scones", |
| 268 | + "Category": "Confections", |
| 269 | + "Quantity": 8, |
| 270 | + "UnitPrice": 10.00, |
| 271 | + "Discount": 0.00, |
| 272 | + "TotalPrice": 80.00, |
| 273 | + "ShippedDate": "2025-10-07" |
| 274 | + }, |
| 275 | + { |
| 276 | + "ProductId": 22, |
| 277 | + "ProductName": "Gustaf's Knäckebröd", |
| 278 | + "Category": "Grains/Cereals", |
| 279 | + "Quantity": 14, |
| 280 | + "UnitPrice": 21.00, |
| 281 | + "Discount": 0.10, |
| 282 | + "TotalPrice": 264.60, |
| 283 | + "ShippedDate": "2025-10-08" |
| 284 | + } |
| 285 | + ] |
| 286 | + } |
| 287 | + ] |
| 288 | + }, |
| 289 | + { |
| 290 | + "CustomerId": "BERGS", |
| 291 | + "CompanyName": "Berglunds snabbköp", |
| 292 | + "ContactName": "Christina Berglund", |
| 293 | + "Country": "Sweden", |
| 294 | + "Address": "Berguvsvägen 8", |
| 295 | + "City": "Luleå", |
| 296 | + "Phone": "0921-12 34 65", |
| 297 | + "Orders": [ |
| 298 | + { |
| 299 | + "OrderID": "10252", |
| 300 | + "OrderDate": "2025-10-05", |
| 301 | + "ShipCountry": "Sweden", |
| 302 | + "Freight": 29.10, |
| 303 | + "OrderDetails": [ |
| 304 | + { |
| 305 | + "ProductId": 23, |
| 306 | + "ProductName": "Tunnbröd", |
| 307 | + "Category": "Grains/Cereals", |
| 308 | + "Quantity": 10, |
| 309 | + "UnitPrice": 9.00, |
| 310 | + "Discount": 0.00, |
| 311 | + "TotalPrice": 90.00, |
| 312 | + "ShippedDate": "2025-10-07" |
| 313 | + }, |
| 314 | + { |
| 315 | + "ProductId": 24, |
| 316 | + "ProductName": "Guaraná Fantástica", |
| 317 | + "Category": "Beverages", |
| 318 | + "Quantity": 18, |
| 319 | + "UnitPrice": 4.50, |
| 320 | + "Discount": 0.00, |
| 321 | + "TotalPrice": 81.00, |
| 322 | + "ShippedDate": "2025-10-07" |
| 323 | + }, |
| 324 | + { |
| 325 | + "ProductId": 25, |
| 326 | + "ProductName": "NuNuCa Nuß-Nougat-Creme", |
| 327 | + "Category": "Confections", |
| 328 | + "Quantity": 6, |
| 329 | + "UnitPrice": 14.00, |
| 330 | + "Discount": 0.05, |
| 331 | + "TotalPrice": 79.80, |
| 332 | + "ShippedDate": "2025-10-08" |
| 333 | + }, |
| 334 | + { |
| 335 | + "ProductId": 26, |
| 336 | + "ProductName": "Gumbär Gummibärchen", |
| 337 | + "Category": "Confections", |
| 338 | + "Quantity": 9, |
| 339 | + "UnitPrice": 31.23, |
| 340 | + "Discount": 0.00, |
| 341 | + "TotalPrice": 281.07, |
| 342 | + "ShippedDate": "2025-10-08" |
| 343 | + }, |
| 344 | + { |
| 345 | + "ProductId": 27, |
| 346 | + "ProductName": "Schoggi Schokolade", |
| 347 | + "Category": "Confections", |
| 348 | + "Quantity": 4, |
| 349 | + "UnitPrice": 43.90, |
| 350 | + "Discount": 0.00, |
| 351 | + "TotalPrice": 175.60, |
| 352 | + "ShippedDate": "2025-10-09" |
| 353 | + }, |
| 354 | + { |
| 355 | + "ProductId": 28, |
| 356 | + "ProductName": "Rössle Sauerkraut", |
| 357 | + "Category": "Produce", |
| 358 | + "Quantity": 7, |
| 359 | + "UnitPrice": 45.60, |
| 360 | + "Discount": 0.10, |
| 361 | + "TotalPrice": 287.28, |
| 362 | + "ShippedDate": "2025-10-09" |
| 363 | + } |
| 364 | + ] |
| 365 | + } |
| 366 | + ] |
| 367 | + } |
| 368 | + ] |
| 369 | +} |
0 commit comments