home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 April / PCWorld_2002-04_cd.bin / Akce / demo / samples.z / Abdata.sdb / Orders.json < prev    next >
Encoding:
JavaScript Object Notation  |  2000-02-25  |  351 b 

  1. {
  2.     "schema": {
  3.         "OrderID": "Text (255)",
  4.         "OrderDate": "DateTime",
  5.         "Notes": "Memo/Hyperlink (255)",
  6.         "CustomerID": "Text (255)",
  7.         "ShipTo": "Text (255)",
  8.         "ShipAddress1": "Text (255)",
  9.         "ShipAddress2": "Text (255)",
  10.         "ShipTown": "Text (255)",
  11.         "ShipCounty": "Text (255)",
  12.         "ShipPostcode": "Text (255)",
  13.         "ShipCountry": "Text (255)",
  14.         "ShipVia": "Text (255)",
  15.         "ShipCost": "Double"
  16.     },
  17.     "data": []
  18. }