[json] CustomersOrders

Viewer

copydownloadembedprintName: CustomersOrders
  1. {
  2.         "Root":
  3.         {
  4.                 "Customers":
  5.                 {
  6.                         "Customer": [
  7.                         {
  8.                                 "CompanyName": "Great Lakes Food Market",
  9.                                 "ContactName": "Howard Snyder",
  10.                                 "ContactTitle": "Marketing Manager",
  11.                                 "Phone": "(503) 555-7555",
  12.                                 "FullAddress":
  13.                                 {
  14.                                         "Address": "2732 Baker Blvd.",
  15.                                         "City": "Eugene",
  16.                                         "Region": "OR",
  17.                                         "PostalCode": "97403",
  18.                                         "Country": "USA"
  19.                                 },
  20.                                 "@attributes":
  21.                                 {
  22.                                         "CustomerID": "GREAL"
  23.                                 }
  24.                         },
  25.                         {
  26.                                 "CompanyName": "Hungry Coyote Import Store",
  27.                                 "ContactName": "Yoshi Latimer",
  28.                                 "ContactTitle": "Sales Representative",
  29.                                 "Phone": "(503) 555-6874",
  30.                                 "Fax": "(503) 555-2376",
  31.                                 "FullAddress":
  32.                                 {
  33.                                         "Address": "City Center Plaza 516 Main St.",
  34.                                         "City": "Elgin",
  35.                                         "Region": "OR",
  36.                                         "PostalCode": "97827",
  37.                                         "Country": "USA"
  38.                                 },
  39.                                 "@attributes":
  40.                                 {
  41.                                         "CustomerID": "HUNGC"
  42.                                 }
  43.                         },
  44.                         {
  45.                                 "CompanyName": "Lazy K Kountry Store",
  46.                                 "ContactName": "John Steel",
  47.                                 "ContactTitle": "Marketing Manager",
  48.                                 "Phone": "(509) 555-7969",
  49.                                 "Fax": "(509) 555-6221",
  50.                                 "FullAddress":
  51.                                 {
  52.                                         "Address": "12 Orchestra Terrace",
  53.                                         "City": "Walla Walla",
  54.                                         "Region": "WA",
  55.                                         "PostalCode": "99362",
  56.                                         "Country": "USA"
  57.                                 },
  58.                                 "@attributes":
  59.                                 {
  60.                                         "CustomerID": "LAZYK"
  61.                                 }
  62.                         },
  63.                         {
  64.                                 "CompanyName": "Let's Stop N Shop",
  65.                                 "ContactName": "Jaime Yorres",
  66.                                 "ContactTitle": "Owner",
  67.                                 "Phone": "(415) 555-5938",
  68.                                 "FullAddress":
  69.                                 {
  70.                                         "Address": "87 Polk St. Suite 5",
  71.                                         "City": "San Francisco",
  72.                                         "Region": "CA",
  73.                                         "PostalCode": "94117",
  74.                                         "Country": "USA"
  75.                                 },
  76.                                 "@attributes":
  77.                                 {
  78.                                         "CustomerID": "LETSS"
  79.                                 }
  80.                         }]
  81.                 },
  82.                 "Orders":
  83.                 {
  84.                         "Order": [
  85.                         {
  86.                                 "CustomerID": "GREAL",
  87.                                 "EmployeeID": "6",
  88.                                 "OrderDate": "1997-05-06T00:00:00",
  89.                                 "RequiredDate": "1997-05-20T00:00:00",
  90.                                 "ShipInfo":
  91.                                 {
  92.                                         "ShipVia": "2",
  93.                                         "Freight": "3.35",
  94.                                         "ShipName": "Great Lakes Food Market",
  95.                                         "ShipAddress": "2732 Baker Blvd.",
  96.                                         "ShipCity": "Eugene",
  97.                                         "ShipRegion": "OR",
  98.                                         "ShipPostalCode": "97403",
  99.                                         "ShipCountry": "USA",
  100.                                         "@attributes":
  101.                                         {
  102.                                                 "ShippedDate": "1997-05-09T00:00:00"
  103.                                         }
  104.                                 }
  105.                         },
  106.                         {
  107.                                 "CustomerID": "GREAL",
  108.                                 "EmployeeID": "8",
  109.                                 "OrderDate": "1997-07-04T00:00:00",
  110.                                 "RequiredDate": "1997-08-01T00:00:00",
  111.                                 "ShipInfo":
  112.                                 {
  113.                                         "ShipVia": "2",
  114.                                         "Freight": "4.42",
  115.                                         "ShipName": "Great Lakes Food Market",
  116.                                         "ShipAddress": "2732 Baker Blvd.",
  117.                                         "ShipCity": "Eugene",
  118.                                         "ShipRegion": "OR",
  119.                                         "ShipPostalCode": "97403",
  120.                                         "ShipCountry": "USA",
  121.                                         "@attributes":
  122.                                         {
  123.                                                 "ShippedDate": "1997-07-14T00:00:00"
  124.                                         }
  125.                                 }
  126.                         },
  127.                         {
  128.                                 "CustomerID": "GREAL",
  129.                                 "EmployeeID": "1",
  130.                                 "OrderDate": "1997-07-31T00:00:00",
  131.                                 "RequiredDate": "1997-08-28T00:00:00",
  132.                                 "ShipInfo":
  133.                                 {
  134.                                         "ShipVia": "2",
  135.                                         "Freight": "116.53",
  136.                                         "ShipName": "Great Lakes Food Market",
  137.                                         "ShipAddress": "2732 Baker Blvd.",
  138.                                         "ShipCity": "Eugene",
  139.                                         "ShipRegion": "OR",
  140.                                         "ShipPostalCode": "97403",
  141.                                         "ShipCountry": "USA",
  142.                                         "@attributes":
  143.                                         {
  144.                                                 "ShippedDate": "1997-08-05T00:00:00"
  145.                                         }
  146.                                 }
  147.                         },
  148.                         {
  149.                                 "CustomerID": "GREAL",
  150.                                 "EmployeeID": "4",
  151.                                 "OrderDate": "1997-07-31T00:00:00",
  152.                                 "RequiredDate": "1997-08-28T00:00:00",
  153.                                 "ShipInfo":
  154.                                 {
  155.                                         "ShipVia": "2",
  156.                                         "Freight": "18.53",
  157.                                         "ShipName": "Great Lakes Food Market",
  158.                                         "ShipAddress": "2732 Baker Blvd.",
  159.                                         "ShipCity": "Eugene",
  160.                                         "ShipRegion": "OR",
  161.                                         "ShipPostalCode": "97403",
  162.                                         "ShipCountry": "USA",
  163.                                         "@attributes":
  164.                                         {
  165.                                                 "ShippedDate": "1997-08-04T00:00:00"
  166.                                         }
  167.                                 }
  168.                         },
  169.                         {
  170.                                 "CustomerID": "GREAL",
  171.                                 "EmployeeID": "6",
  172.                                 "OrderDate": "1997-09-04T00:00:00",
  173.                                 "RequiredDate": "1997-10-02T00:00:00",
  174.                                 "ShipInfo":
  175.                                 {
  176.                                         "ShipVia": "1",
  177.                                         "Freight": "57.15",
  178.                                         "ShipName": "Great Lakes Food Market",
  179.                                         "ShipAddress": "2732 Baker Blvd.",
  180.                                         "ShipCity": "Eugene",
  181.                                         "ShipRegion": "OR",
  182.                                         "ShipPostalCode": "97403",
  183.                                         "ShipCountry": "USA",
  184.                                         "@attributes":
  185.                                         {
  186.                                                 "ShippedDate": "1997-09-10T00:00:00"
  187.                                         }
  188.                                 }
  189.                         },
  190.                         {
  191.                                 "CustomerID": "GREAL",
  192.                                 "EmployeeID": "3",
  193.                                 "OrderDate": "1997-09-25T00:00:00",
  194.                                 "RequiredDate": "1997-10-23T00:00:00",
  195.                                 "ShipInfo":
  196.                                 {
  197.                                         "ShipVia": "3",
  198.                                         "Freight": "76.13",
  199.                                         "ShipName": "Great Lakes Food Market",
  200.                                         "ShipAddress": "2732 Baker Blvd.",
  201.                                         "ShipCity": "Eugene",
  202.                                         "ShipRegion": "OR",
  203.                                         "ShipPostalCode": "97403",
  204.                                         "ShipCountry": "USA",
  205.                                         "@attributes":
  206.                                         {
  207.                                                 "ShippedDate": "1997-09-30T00:00:00"
  208.                                         }
  209.                                 }
  210.                         },
  211.                         {
  212.                                 "CustomerID": "GREAL",
  213.                                 "EmployeeID": "4",
  214.                                 "OrderDate": "1998-01-06T00:00:00",
  215.                                 "RequiredDate": "1998-02-03T00:00:00",
  216.                                 "ShipInfo":
  217.                                 {
  218.                                         "ShipVia": "2",
  219.                                         "Freight": "719.78",
  220.                                         "ShipName": "Great Lakes Food Market",
  221.                                         "ShipAddress": "2732 Baker Blvd.",
  222.                                         "ShipCity": "Eugene",
  223.                                         "ShipRegion": "OR",
  224.                                         "ShipPostalCode": "97403",
  225.                                         "ShipCountry": "USA",
  226.                                         "@attributes":
  227.                                         {
  228.                                                 "ShippedDate": "1998-02-04T00:00:00"
  229.                                         }
  230.                                 }
  231.                         },
  232.                         {
  233.                                 "CustomerID": "GREAL",
  234.                                 "EmployeeID": "3",
  235.                                 "OrderDate": "1998-03-09T00:00:00",
  236.                                 "RequiredDate": "1998-04-06T00:00:00",
  237.                                 "ShipInfo":
  238.                                 {
  239.                                         "ShipVia": "2",
  240.                                         "Freight": "33.68",
  241.                                         "ShipName": "Great Lakes Food Market",
  242.                                         "ShipAddress": "2732 Baker Blvd.",
  243.                                         "ShipCity": "Eugene",
  244.                                         "ShipRegion": "OR",
  245.                                         "ShipPostalCode": "97403",
  246.                                         "ShipCountry": "USA",
  247.                                         "@attributes":
  248.                                         {
  249.                                                 "ShippedDate": "1998-03-18T00:00:00"
  250.                                         }
  251.                                 }
  252.                         },
  253.                         {
  254.                                 "CustomerID": "GREAL",
  255.                                 "EmployeeID": "3",
  256.                                 "OrderDate": "1998-04-07T00:00:00",
  257.                                 "RequiredDate": "1998-05-05T00:00:00",
  258.                                 "ShipInfo":
  259.                                 {
  260.                                         "ShipVia": "2",
  261.                                         "Freight": "25.19",
  262.                                         "ShipName": "Great Lakes Food Market",
  263.                                         "ShipAddress": "2732 Baker Blvd.",
  264.                                         "ShipCity": "Eugene",
  265.                                         "ShipRegion": "OR",
  266.                                         "ShipPostalCode": "97403",
  267.                                         "ShipCountry": "USA",
  268.                                         "@attributes":
  269.                                         {
  270.                                                 "ShippedDate": "1998-04-15T00:00:00"
  271.                                         }
  272.                                 }
  273.                         },
  274.                         {
  275.                                 "CustomerID": "GREAL",
  276.                                 "EmployeeID": "4",
  277.                                 "OrderDate": "1998-04-22T00:00:00",
  278.                                 "RequiredDate": "1998-05-20T00:00:00",
  279.                                 "ShipInfo":
  280.                                 {
  281.                                         "ShipVia": "3",
  282.                                         "Freight": "18.84",
  283.                                         "ShipName": "Great Lakes Food Market",
  284.                                         "ShipAddress": "2732 Baker Blvd.",
  285.                                         "ShipCity": "Eugene",
  286.                                         "ShipRegion": "OR",
  287.                                         "ShipPostalCode": "97403",
  288.                                         "ShipCountry": "USA"
  289.                                 }
  290.                         },
  291.                         {
  292.                                 "CustomerID": "GREAL",
  293.                                 "EmployeeID": "4",
  294.                                 "OrderDate": "1998-04-30T00:00:00",
  295.                                 "RequiredDate": "1998-06-11T00:00:00",
  296.                                 "ShipInfo":
  297.                                 {
  298.                                         "ShipVia": "3",
  299.                                         "Freight": "14.01",
  300.                                         "ShipName": "Great Lakes Food Market",
  301.                                         "ShipAddress": "2732 Baker Blvd.",
  302.                                         "ShipCity": "Eugene",
  303.                                         "ShipRegion": "OR",
  304.                                         "ShipPostalCode": "97403",
  305.                                         "ShipCountry": "USA"
  306.                                 }
  307.                         },
  308.                         {
  309.                                 "CustomerID": "HUNGC",
  310.                                 "EmployeeID": "3",
  311.                                 "OrderDate": "1996-12-06T00:00:00",
  312.                                 "RequiredDate": "1997-01-03T00:00:00",
  313.                                 "ShipInfo":
  314.                                 {
  315.                                         "ShipVia": "2",
  316.                                         "Freight": "20.12",
  317.                                         "ShipName": "Hungry Coyote Import Store",
  318.                                         "ShipAddress": "City Center Plaza 516 Main St.",
  319.                                         "ShipCity": "Elgin",
  320.                                         "ShipRegion": "OR",
  321.                                         "ShipPostalCode": "97827",
  322.                                         "ShipCountry": "USA",
  323.                                         "@attributes":
  324.                                         {
  325.                                                 "ShippedDate": "1996-12-09T00:00:00"
  326.                                         }
  327.                                 }
  328.                         },
  329.                         {
  330.                                 "CustomerID": "HUNGC",
  331.                                 "EmployeeID": "1",
  332.                                 "OrderDate": "1996-12-25T00:00:00",
  333.                                 "RequiredDate": "1997-01-22T00:00:00",
  334.                                 "ShipInfo":
  335.                                 {
  336.                                         "ShipVia": "3",
  337.                                         "Freight": "30.34",
  338.                                         "ShipName": "Hungry Coyote Import Store",
  339.                                         "ShipAddress": "City Center Plaza 516 Main St.",
  340.                                         "ShipCity": "Elgin",
  341.                                         "ShipRegion": "OR",
  342.                                         "ShipPostalCode": "97827",
  343.                                         "ShipCountry": "USA",
  344.                                         "@attributes":
  345.                                         {
  346.                                                 "ShippedDate": "1997-01-03T00:00:00"
  347.                                         }
  348.                                 }
  349.                         },
  350.                         {
  351.                                 "CustomerID": "HUNGC",
  352.                                 "EmployeeID": "3",
  353.                                 "OrderDate": "1997-01-15T00:00:00",
  354.                                 "RequiredDate": "1997-02-12T00:00:00",
  355.                                 "ShipInfo":
  356.                                 {
  357.                                         "ShipVia": "1",
  358.                                         "Freight": "0.2",
  359.                                         "ShipName": "Hungry Coyote Import Store",
  360.                                         "ShipAddress": "City Center Plaza 516 Main St.",
  361.                                         "ShipCity": "Elgin",
  362.                                         "ShipRegion": "OR",
  363.                                         "ShipPostalCode": "97827",
  364.                                         "ShipCountry": "USA",
  365.                                         "@attributes":
  366.                                         {
  367.                                                 "ShippedDate": "1997-01-24T00:00:00"
  368.                                         }
  369.                                 }
  370.                         },
  371.                         {
  372.                                 "CustomerID": "HUNGC",
  373.                                 "EmployeeID": "4",
  374.                                 "OrderDate": "1997-07-16T00:00:00",
  375.                                 "RequiredDate": "1997-08-13T00:00:00",
  376.                                 "ShipInfo":
  377.                                 {
  378.                                         "ShipVia": "1",
  379.                                         "Freight": "45.13",
  380.                                         "ShipName": "Hungry Coyote Import Store",
  381.                                         "ShipAddress": "City Center Plaza 516 Main St.",
  382.                                         "ShipCity": "Elgin",
  383.                                         "ShipRegion": "OR",
  384.                                         "ShipPostalCode": "97827",
  385.                                         "ShipCountry": "USA",
  386.                                         "@attributes":
  387.                                         {
  388.                                                 "ShippedDate": "1997-07-21T00:00:00"
  389.                                         }
  390.                                 }
  391.                         },
  392.                         {
  393.                                 "CustomerID": "HUNGC",
  394.                                 "EmployeeID": "8",
  395.                                 "OrderDate": "1997-09-08T00:00:00",
  396.                                 "RequiredDate": "1997-10-06T00:00:00",
  397.                                 "ShipInfo":
  398.                                 {
  399.                                         "ShipVia": "1",
  400.                                         "Freight": "111.29",
  401.                                         "ShipName": "Hungry Coyote Import Store",
  402.                                         "ShipAddress": "City Center Plaza 516 Main St.",
  403.                                         "ShipCity": "Elgin",
  404.                                         "ShipRegion": "OR",
  405.                                         "ShipPostalCode": "97827",
  406.                                         "ShipCountry": "USA",
  407.                                         "@attributes":
  408.                                         {
  409.                                                 "ShippedDate": "1997-10-15T00:00:00"
  410.                                         }
  411.                                 }
  412.                         },
  413.                         {
  414.                                 "CustomerID": "LAZYK",
  415.                                 "EmployeeID": "1",
  416.                                 "OrderDate": "1997-03-21T00:00:00",
  417.                                 "RequiredDate": "1997-04-18T00:00:00",
  418.                                 "ShipInfo":
  419.                                 {
  420.                                         "ShipVia": "3",
  421.                                         "Freight": "7.48",
  422.                                         "ShipName": "Lazy K Kountry Store",
  423.                                         "ShipAddress": "12 Orchestra Terrace",
  424.                                         "ShipCity": "Walla Walla",
  425.                                         "ShipRegion": "WA",
  426.                                         "ShipPostalCode": "99362",
  427.                                         "ShipCountry": "USA",
  428.                                         "@attributes":
  429.                                         {
  430.                                                 "ShippedDate": "1997-04-10T00:00:00"
  431.                                         }
  432.                                 }
  433.                         },
  434.                         {
  435.                                 "CustomerID": "LAZYK",
  436.                                 "EmployeeID": "8",
  437.                                 "OrderDate": "1997-05-22T00:00:00",
  438.                                 "RequiredDate": "1997-06-19T00:00:00",
  439.                                 "ShipInfo":
  440.                                 {
  441.                                         "ShipVia": "2",
  442.                                         "Freight": "11.92",
  443.                                         "ShipName": "Lazy K Kountry Store",
  444.                                         "ShipAddress": "12 Orchestra Terrace",
  445.                                         "ShipCity": "Walla Walla",
  446.                                         "ShipRegion": "WA",
  447.                                         "ShipPostalCode": "99362",
  448.                                         "ShipCountry": "USA",
  449.                                         "@attributes":
  450.                                         {
  451.                                                 "ShippedDate": "1997-06-26T00:00:00"
  452.                                         }
  453.                                 }
  454.                         },
  455.                         {
  456.                                 "CustomerID": "LETSS",
  457.                                 "EmployeeID": "1",
  458.                                 "OrderDate": "1997-06-25T00:00:00",
  459.                                 "RequiredDate": "1997-07-23T00:00:00",
  460.                                 "ShipInfo":
  461.                                 {
  462.                                         "ShipVia": "2",
  463.                                         "Freight": "13.73",
  464.                                         "ShipName": "Let's Stop N Shop",
  465.                                         "ShipAddress": "87 Polk St. Suite 5",
  466.                                         "ShipCity": "San Francisco",
  467.                                         "ShipRegion": "CA",
  468.                                         "ShipPostalCode": "94117",
  469.                                         "ShipCountry": "USA",
  470.                                         "@attributes":
  471.                                         {
  472.                                                 "ShippedDate": "1997-07-04T00:00:00"
  473.                                         }
  474.                                 }
  475.                         },
  476.                         {
  477.                                 "CustomerID": "LETSS",
  478.                                 "EmployeeID": "8",
  479.                                 "OrderDate": "1997-10-27T00:00:00",
  480.                                 "RequiredDate": "1997-11-24T00:00:00",
  481.                                 "ShipInfo":
  482.                                 {
  483.                                         "ShipVia": "2",
  484.                                         "Freight": "51.44",
  485.                                         "ShipName": "Let's Stop N Shop",
  486.                                         "ShipAddress": "87 Polk St. Suite 5",
  487.                                         "ShipCity": "San Francisco",
  488.                                         "ShipRegion": "CA",
  489.                                         "ShipPostalCode": "94117",
  490.                                         "ShipCountry": "USA",
  491.                                         "@attributes":
  492.                                         {
  493.                                                 "ShippedDate": "1997-11-05T00:00:00"
  494.                                         }
  495.                                 }
  496.                         },
  497.                         {
  498.                                 "CustomerID": "LETSS",
  499.                                 "EmployeeID": "6",
  500.                                 "OrderDate": "1997-11-10T00:00:00",
  501.                                 "RequiredDate": "1997-12-08T00:00:00",
  502.                                 "ShipInfo":
  503.                                 {
  504.                                         "ShipVia": "2",
  505.                                         "Freight": "45.97",
  506.                                         "ShipName": "Let's Stop N Shop",
  507.                                         "ShipAddress": "87 Polk St. Suite 5",
  508.                                         "ShipCity": "San Francisco",
  509.                                         "ShipRegion": "CA",
  510.                                         "ShipPostalCode": "94117",
  511.                                         "ShipCountry": "USA",
  512.                                         "@attributes":
  513.                                         {
  514.                                                 "ShippedDate": "1997-11-21T00:00:00"
  515.                                         }
  516.                                 }
  517.                         },
  518.                         {
  519.                                 "CustomerID": "LETSS",
  520.                                 "EmployeeID": "4",
  521.                                 "OrderDate": "1998-02-12T00:00:00",
  522.                                 "RequiredDate": "1998-03-12T00:00:00",
  523.                                 "ShipInfo":
  524.                                 {
  525.                                         "ShipVia": "2",
  526.                                         "Freight": "90.97",
  527.                                         "ShipName": "Let's Stop N Shop",
  528.                                         "ShipAddress": "87 Polk St. Suite 5",
  529.                                         "ShipCity": "San Francisco",
  530.                                         "ShipRegion": "CA",
  531.                                         "ShipPostalCode": "94117",
  532.                                         "ShipCountry": "USA",
  533.                                         "@attributes":
  534.                                         {
  535.                                                 "ShippedDate": "1998-02-13T00:00:00"
  536.                                         }
  537.                                 }
  538.                         }]
  539.                 }
  540.         }
  541. }

Editor

You can edit this paste and save as new: