home *** CD-ROM | disk | FTP | other *** search
/ Intermedia 1998 January / inter1_98.iso / biznes / nails16 / employee.md_ / employee.md / Suppliers.json < prev   
JavaScript Object Notation  |  1997-08-29  |  621b

  1. {
  2.     "schema": {
  3.         "SupplierID": "Long Integer",
  4.         "SupplierName": "Text (50)",
  5.         "ContactName": "Text (50)",
  6.         "ContactTitle": "Text (50)",
  7.         "Address": "Text (255)",
  8.         "City": "Text (50)",
  9.         "State": "Text (20)",
  10.         "Zip": "Text (20)",
  11.         "Country": "Text (50)",
  12.         "Phone": "Text (30)",
  13.         "Fax": "Text (30)",
  14.         "Email": "Text (50)",
  15.         "Notes": "Memo/Hyperlink (255)"
  16.     },
  17.     "data": [
  18.         {
  19.             "SupplierID": 1,
  20.             "SupplierName": "California Beauty Supply",
  21.             "ContactName": "Julia Robert",
  22.             "ContactTitle": "Ms.",
  23.             "Address": "1001 Hollywood Dr.",
  24.             "City": "Los Angeles",
  25.             "State": "FL",
  26.             "Zip": "30001",
  27.             "Country": "USA",
  28.             "Phone": "1112223333",
  29.             "Fax": "1111234567",
  30.             "Email": "Julia@aol.com",
  31.             "Notes": "She is not the actress"
  32.         }
  33.     ]
  34. }